home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Mathematics / Notebooks / COSY_PAK / COSY_Notes / 05_Root_Locus.ma < prev    next >
Encoding:
Text File  |  1992-06-09  |  84.1 KB  |  4,900 lines

  1. (*^
  2.  
  3. ::[paletteColors = 128; showRuler; currentKernel; 
  4.     fontset = title, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, L1, e8,  28, "Times"; ;
  5.     fontset = subtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, L1, e6,  22, "Times"; ;
  6.     fontset = subsubtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, L1, e6,  16, "Times"; ;
  7.     fontset = section, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, grayBox, M22, L1, a20,  22, "Times"; ;
  8.     fontset = subsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, blackBox, M19, L1, a15,  16, "Times"; ;
  9.     fontset = subsubsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, whiteBox, M18, L1, a12,  14, "Times"; ;
  10.     fontset = text, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  11.     fontset = smalltext, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  12.     fontset = input, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeInput, M42, N23, L1,  14, "Courier"; ;
  13.     fontset = output, output, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-5,  14, "Courier"; ;
  14.     fontset = message, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  14, "Courier"; ;
  15.     fontset = print, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  14, "Courier"; ;
  16.     fontset = info, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L1,  14, "Courier"; ;
  17.     fontset = postscript, PostScript, formatAsPostScript, output, inactive, noPageBreakBelow, nowordwrap, preserveAspect, groupLikeGraphics, M7, l34, w282, h287, L1,  14, "Courier"; ;
  18.     fontset = name, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  19.     fontset = header, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  20.     fontset = Left Header, nohscroll, cellOutline,  14, "Times"; ;
  21.     fontset = footer, inactive, nohscroll, noKeepOnOnePage, preserveAspect, center, M7, L1,  14, "Times"; ;
  22.     fontset = Left Footer, cellOutline, blackBox,  14, "Times"; ;
  23.     fontset = help, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  12;
  24.     fontset = clipboard, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  25.     fontset = completions, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Courier"; ;
  26.     fontset = special1, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  27.     fontset = special2, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  28.     fontset = special3, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  29.     fontset = special4, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;
  30.     fontset = special5, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1,  14, "Times"; ;]
  31. :[font = title; inactive; preserveAspect; rightWrapOffset = 522; fontColorBlue = 65535; ]
  32.  
  33. COSY_PAK
  34. Control Systems Analysis Package
  35.   for Mathematica 
  36. ;[s]
  37. 3:0,0;49,1;60,2;62,-1;
  38. 3:1,25,19,Times,1,28,0,0,0;1,26,20,Times,3,28,0,0,0;1,25,19,Times,1,28,0,0,0;
  39. :[font = subtitle; inactive; preserveAspect; rightWrapOffset = 522; ]
  40.  
  41. By
  42.  C.K. Chen              N. Sreenath 
  43.   1992
  44.        
  45. :[font = message; inactive; preserveAspect; center; rightWrapOffset = 522; fontName = "Courier"; ]
  46. Systems Engineering Department
  47. Case School of Engineering
  48. Case Western Reserve University
  49. Cleveland, OH, 44106-7070
  50. :[font = message; inactive; dontPreserveAspect; center; rightWrapOffset = 522; ]
  51.  
  52.  
  53. Support from
  54. CWRU Information and Network Services - Dr. Ray Neff
  55. Case Alumni Association
  56. The Lilly Foundation
  57.  
  58.  
  59. :[font = subtitle; inactive; preserveAspect; leftWrapOffset = 23; rightWrapOffset = 522; ]
  60. Chapter 5
  61. Root-Locus Analysis
  62. :[font = section; inactive; Cclosed; preserveAspect; rightWrapOffset = 522; startGroup; ]
  63. Initialization
  64. :[font = input; initialization; preserveAspect; rightWrapOffset = 522; fontName = "Courier"; ]
  65. *)
  66. (* Initialization of Path *)
  67.  
  68. (* Example For UNIX machine  (Default) *)   
  69.  
  70. $Path=Join[$Path,
  71.     {"~/Library/Mathematica/Packages"}];
  72.  
  73.  
  74. (* Example For IBM PC          *)
  75. (*
  76. $Path=Join[$Path,    
  77.      {"c:\winmath\packages"}];     
  78. *)     
  79.  
  80. (* Example For MAC          *)
  81. (*
  82. $Path=Join[$Path,    
  83.      {"My_Harddisk:Mathematica:Package"}];     
  84. *)     
  85. (*
  86. :[font = input; initialization; preserveAspect; rightWrapOffset = 522; fontName = "Courier"; endGroup; ]
  87. *)
  88. Needs["COSYPAK`chap5`"]
  89. (*
  90. :[font = section; inactive; Cclosed; preserveAspect; rightWrapOffset = 522; startGroup; ]
  91. Root Locus
  92. :[font = text; inactive; preserveAspect; rightWrapOffset = 522; ]
  93. The root locus plot allows the designer of a control system to graph the locations of a system's closed loop poles for varying gains. The characteristic equation of the system is satisfied by the values of s that cause the closed loop transfer funtion to be -1.  This principle is utilized by the root-locus method.  The root locus plot shows the loci of the locations of the system's closed loop poles for all gains.
  94.  
  95. The root locus method is extremely useful in the design of control systems.  It allows the designer to take an interactive approach to finding a controller by allowing him or her to compare the effects of different open loop pole locations.
  96.  
  97. COSY_PAK Function
  98. RootLocus[Transf, s, {k,kmin,kmax}, gopts]: Plots the root-locus plot of the transfer function Transf(s) with the Parameter k varying from k=kmin to k=kmax. Returns graphics.
  99. ;[s]
  100. 13:0,0;661,1;678,2;679,3;721,4;774,5;783,6;802,7;804,8;818,9;824,10;828,11;835,12;853,-1;
  101. 13:1,13,10,Times,0,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,2,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,0,14,0,0,0;1,12,9,Times,1,14,0,0,0;1,13,10,Times,0,14,0,0,0;
  102. :[font = subsection; inactive; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  103. Example 1
  104. :[font = input; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  105. g1 = (s+1)/s^2/(s+3.6);
  106. SequenceForm["The transfer function: ", g1]
  107. RootLocus[g1,s,{k,0,10}]
  108.  
  109. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; ]
  110. "The transfer function: "(1 + s)/(s^2*(3.6 + s))
  111. ;[o]
  112.                           1 + s
  113. The transfer function: ------------
  114.                         2
  115.                        s  (3.6 + s)
  116. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; rightWrapOffset = 522; pictureLeft = 19; pictureTop = 0; pictureWidth = 476; pictureHeight = 294; ]
  117. %!
  118. %%Creator: Mathematica
  119. %%AspectRatio: 0.61803 
  120. MathPictureStart
  121. /Courier findfont 10  scalefont  setfont
  122. % Scaling calculations
  123. 0.97619 0.26455 0.309017 0.122966 [
  124. [(-3.5)] 0.05026 0 0 2 0 Minner Mrotsboxa
  125. [(-3)] 0.18254 0 0 2 0 Minner Mrotsboxa
  126. [(-2.5)] 0.31481 0 0 2 0 Minner Mrotsboxa
  127. [(-2)] 0.44709 0 0 2 0 Minner Mrotsboxa
  128. [(-1.5)] 0.57937 0 0 2 0 Minner Mrotsboxa
  129. [(-1)] 0.71164 0 0 2 0 Minner Mrotsboxa
  130. [(-0.5)] 0.84392 0 0 2 0 Minner Mrotsboxa
  131. [(0)] 0.97619 0 0 2 0 Minner Mrotsboxa
  132. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotsboxa
  133. [(-2)] -0.0125 0.06309 1 0 0 Minner Mrotsboxa
  134. [(-1)] -0.0125 0.18605 1 0 0 Minner Mrotsboxa
  135. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotsboxa
  136. [(1)] -0.0125 0.43198 1 0 0 Minner Mrotsboxa
  137. [(2)] -0.0125 0.55495 1 0 0 Minner Mrotsboxa
  138. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotsboxa
  139. [(Root Locus)] 0.5 0.61803 0 -4 Msboxa
  140. [( )] 1.0375 0.30902 -1 0 90 Mrotsboxa
  141. [(X)] 0.97619 0.30902 0 0 Msboxa
  142. [(X)] 0.97619 0.30902 0 0 Msboxa
  143. [(X)] 0.02381 0.30902 0 0 Msboxa
  144. [(O)] 0.71164 0.30902 0 0 Msboxa
  145. [ -0.001 -0.001 0 0 ]
  146. [ 1.001 0.61903 0 0 ]
  147. ] MathScale
  148. % Start of Graphics
  149. 1 setlinecap
  150. 1 setlinejoin
  151. newpath
  152. %%Object: Graphics
  153. [ ] 0 setdash
  154. 0 setgray
  155. gsave
  156. gsave
  157. 0 0 0.5 setrgbcolor
  158. 0.001 setlinewidth
  159. 0.05026 0 moveto
  160. 0.05026 0.61803 lineto
  161. stroke
  162. grestore
  163. gsave
  164. 0 0 0.5 setrgbcolor
  165. 0.001 setlinewidth
  166. 0.18254 0 moveto
  167. 0.18254 0.61803 lineto
  168. stroke
  169. grestore
  170. gsave
  171. 0 0 0.5 setrgbcolor
  172. 0.001 setlinewidth
  173. 0.31481 0 moveto
  174. 0.31481 0.61803 lineto
  175. stroke
  176. grestore
  177. gsave
  178. 0 0 0.5 setrgbcolor
  179. 0.001 setlinewidth
  180. 0.44709 0 moveto
  181. 0.44709 0.61803 lineto
  182. stroke
  183. grestore
  184. gsave
  185. 0 0 0.5 setrgbcolor
  186. 0.001 setlinewidth
  187. 0.57937 0 moveto
  188. 0.57937 0.61803 lineto
  189. stroke
  190. grestore
  191. gsave
  192. 0 0 0.5 setrgbcolor
  193. 0.001 setlinewidth
  194. 0.71164 0 moveto
  195. 0.71164 0.61803 lineto
  196. stroke
  197. grestore
  198. gsave
  199. 0 0 0.5 setrgbcolor
  200. 0.001 setlinewidth
  201. 0.84392 0 moveto
  202. 0.84392 0.61803 lineto
  203. stroke
  204. grestore
  205. gsave
  206. 0 0 0.5 setrgbcolor
  207. 0.001 setlinewidth
  208. 0 0.06309 moveto
  209. 1 0.06309 lineto
  210. stroke
  211. grestore
  212. gsave
  213. 0 0 0.5 setrgbcolor
  214. 0.001 setlinewidth
  215. 0 0.18605 moveto
  216. 1 0.18605 lineto
  217. stroke
  218. grestore
  219. gsave
  220. 0 0 0.5 setrgbcolor
  221. 0.001 setlinewidth
  222. 0 0.30902 moveto
  223. 1 0.30902 lineto
  224. stroke
  225. grestore
  226. gsave
  227. 0 0 0.5 setrgbcolor
  228. 0.001 setlinewidth
  229. 0 0.43198 moveto
  230. 1 0.43198 lineto
  231. stroke
  232. grestore
  233. gsave
  234. 0 0 0.5 setrgbcolor
  235. 0.001 setlinewidth
  236. 0 0.55495 moveto
  237. 1 0.55495 lineto
  238. stroke
  239. grestore
  240. gsave
  241. 0.002 setlinewidth
  242. 0.05026 0 moveto
  243. 0.05026 0.00625 lineto
  244. stroke
  245. grestore
  246. [(-3.5)] 0.05026 0 0 2 0 Minner Mrotshowa
  247. gsave
  248. 0.002 setlinewidth
  249. 0.18254 0 moveto
  250. 0.18254 0.00625 lineto
  251. stroke
  252. grestore
  253. [(-3)] 0.18254 0 0 2 0 Minner Mrotshowa
  254. gsave
  255. 0.002 setlinewidth
  256. 0.31481 0 moveto
  257. 0.31481 0.00625 lineto
  258. stroke
  259. grestore
  260. [(-2.5)] 0.31481 0 0 2 0 Minner Mrotshowa
  261. gsave
  262. 0.002 setlinewidth
  263. 0.44709 0 moveto
  264. 0.44709 0.00625 lineto
  265. stroke
  266. grestore
  267. [(-2)] 0.44709 0 0 2 0 Minner Mrotshowa
  268. gsave
  269. 0.002 setlinewidth
  270. 0.57937 0 moveto
  271. 0.57937 0.00625 lineto
  272. stroke
  273. grestore
  274. [(-1.5)] 0.57937 0 0 2 0 Minner Mrotshowa
  275. gsave
  276. 0.002 setlinewidth
  277. 0.71164 0 moveto
  278. 0.71164 0.00625 lineto
  279. stroke
  280. grestore
  281. [(-1)] 0.71164 0 0 2 0 Minner Mrotshowa
  282. gsave
  283. 0.002 setlinewidth
  284. 0.84392 0 moveto
  285. 0.84392 0.00625 lineto
  286. stroke
  287. grestore
  288. [(-0.5)] 0.84392 0 0 2 0 Minner Mrotshowa
  289. gsave
  290. 0.002 setlinewidth
  291. 0.97619 0 moveto
  292. 0.97619 0.00625 lineto
  293. stroke
  294. grestore
  295. [(0)] 0.97619 0 0 2 0 Minner Mrotshowa
  296. gsave
  297. 0.001 setlinewidth
  298. 0.07672 0 moveto
  299. 0.07672 0.00375 lineto
  300. stroke
  301. grestore
  302. gsave
  303. 0.001 setlinewidth
  304. 0.10317 0 moveto
  305. 0.10317 0.00375 lineto
  306. stroke
  307. grestore
  308. gsave
  309. 0.001 setlinewidth
  310. 0.12963 0 moveto
  311. 0.12963 0.00375 lineto
  312. stroke
  313. grestore
  314. gsave
  315. 0.001 setlinewidth
  316. 0.15608 0 moveto
  317. 0.15608 0.00375 lineto
  318. stroke
  319. grestore
  320. gsave
  321. 0.001 setlinewidth
  322. 0.20899 0 moveto
  323. 0.20899 0.00375 lineto
  324. stroke
  325. grestore
  326. gsave
  327. 0.001 setlinewidth
  328. 0.23545 0 moveto
  329. 0.23545 0.00375 lineto
  330. stroke
  331. grestore
  332. gsave
  333. 0.001 setlinewidth
  334. 0.2619 0 moveto
  335. 0.2619 0.00375 lineto
  336. stroke
  337. grestore
  338. gsave
  339. 0.001 setlinewidth
  340. 0.28836 0 moveto
  341. 0.28836 0.00375 lineto
  342. stroke
  343. grestore
  344. gsave
  345. 0.001 setlinewidth
  346. 0.34127 0 moveto
  347. 0.34127 0.00375 lineto
  348. stroke
  349. grestore
  350. gsave
  351. 0.001 setlinewidth
  352. 0.36772 0 moveto
  353. 0.36772 0.00375 lineto
  354. stroke
  355. grestore
  356. gsave
  357. 0.001 setlinewidth
  358. 0.39418 0 moveto
  359. 0.39418 0.00375 lineto
  360. stroke
  361. grestore
  362. gsave
  363. 0.001 setlinewidth
  364. 0.42063 0 moveto
  365. 0.42063 0.00375 lineto
  366. stroke
  367. grestore
  368. gsave
  369. 0.001 setlinewidth
  370. 0.47354 0 moveto
  371. 0.47354 0.00375 lineto
  372. stroke
  373. grestore
  374. gsave
  375. 0.001 setlinewidth
  376. 0.5 0 moveto
  377. 0.5 0.00375 lineto
  378. stroke
  379. grestore
  380. gsave
  381. 0.001 setlinewidth
  382. 0.52646 0 moveto
  383. 0.52646 0.00375 lineto
  384. stroke
  385. grestore
  386. gsave
  387. 0.001 setlinewidth
  388. 0.55291 0 moveto
  389. 0.55291 0.00375 lineto
  390. stroke
  391. grestore
  392. gsave
  393. 0.001 setlinewidth
  394. 0.60582 0 moveto
  395. 0.60582 0.00375 lineto
  396. stroke
  397. grestore
  398. gsave
  399. 0.001 setlinewidth
  400. 0.63228 0 moveto
  401. 0.63228 0.00375 lineto
  402. stroke
  403. grestore
  404. gsave
  405. 0.001 setlinewidth
  406. 0.65873 0 moveto
  407. 0.65873 0.00375 lineto
  408. stroke
  409. grestore
  410. gsave
  411. 0.001 setlinewidth
  412. 0.68519 0 moveto
  413. 0.68519 0.00375 lineto
  414. stroke
  415. grestore
  416. gsave
  417. 0.001 setlinewidth
  418. 0.7381 0 moveto
  419. 0.7381 0.00375 lineto
  420. stroke
  421. grestore
  422. gsave
  423. 0.001 setlinewidth
  424. 0.76455 0 moveto
  425. 0.76455 0.00375 lineto
  426. stroke
  427. grestore
  428. gsave
  429. 0.001 setlinewidth
  430. 0.79101 0 moveto
  431. 0.79101 0.00375 lineto
  432. stroke
  433. grestore
  434. gsave
  435. 0.001 setlinewidth
  436. 0.81746 0 moveto
  437. 0.81746 0.00375 lineto
  438. stroke
  439. grestore
  440. gsave
  441. 0.001 setlinewidth
  442. 0.87037 0 moveto
  443. 0.87037 0.00375 lineto
  444. stroke
  445. grestore
  446. gsave
  447. 0.001 setlinewidth
  448. 0.89683 0 moveto
  449. 0.89683 0.00375 lineto
  450. stroke
  451. grestore
  452. gsave
  453. 0.001 setlinewidth
  454. 0.92328 0 moveto
  455. 0.92328 0.00375 lineto
  456. stroke
  457. grestore
  458. gsave
  459. 0.001 setlinewidth
  460. 0.94974 0 moveto
  461. 0.94974 0.00375 lineto
  462. stroke
  463. grestore
  464. gsave
  465. 0.001 setlinewidth
  466. 0.02381 0 moveto
  467. 0.02381 0.00375 lineto
  468. stroke
  469. grestore
  470. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotshowa
  471. gsave
  472. 0.002 setlinewidth
  473. 0 0 moveto
  474. 1 0 lineto
  475. stroke
  476. grestore
  477. gsave
  478. 0.002 setlinewidth
  479. 0 0.06309 moveto
  480. 0.00625 0.06309 lineto
  481. stroke
  482. grestore
  483. [(-2)] -0.0125 0.06309 1 0 0 Minner Mrotshowa
  484. gsave
  485. 0.002 setlinewidth
  486. 0 0.18605 moveto
  487. 0.00625 0.18605 lineto
  488. stroke
  489. grestore
  490. [(-1)] -0.0125 0.18605 1 0 0 Minner Mrotshowa
  491. gsave
  492. 0.002 setlinewidth
  493. 0 0.30902 moveto
  494. 0.00625 0.30902 lineto
  495. stroke
  496. grestore
  497. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotshowa
  498. gsave
  499. 0.002 setlinewidth
  500. 0 0.43198 moveto
  501. 0.00625 0.43198 lineto
  502. stroke
  503. grestore
  504. [(1)] -0.0125 0.43198 1 0 0 Minner Mrotshowa
  505. gsave
  506. 0.002 setlinewidth
  507. 0 0.55495 moveto
  508. 0.00625 0.55495 lineto
  509. stroke
  510. grestore
  511. [(2)] -0.0125 0.55495 1 0 0 Minner Mrotshowa
  512. gsave
  513. 0.001 setlinewidth
  514. 0 0.08768 moveto
  515. 0.00375 0.08768 lineto
  516. stroke
  517. grestore
  518. gsave
  519. 0.001 setlinewidth
  520. 0 0.11227 moveto
  521. 0.00375 0.11227 lineto
  522. stroke
  523. grestore
  524. gsave
  525. 0.001 setlinewidth
  526. 0 0.13686 moveto
  527. 0.00375 0.13686 lineto
  528. stroke
  529. grestore
  530. gsave
  531. 0.001 setlinewidth
  532. 0 0.16146 moveto
  533. 0.00375 0.16146 lineto
  534. stroke
  535. grestore
  536. gsave
  537. 0.001 setlinewidth
  538. 0 0.21064 moveto
  539. 0.00375 0.21064 lineto
  540. stroke
  541. grestore
  542. gsave
  543. 0.001 setlinewidth
  544. 0 0.23524 moveto
  545. 0.00375 0.23524 lineto
  546. stroke
  547. grestore
  548. gsave
  549. 0.001 setlinewidth
  550. 0 0.25983 moveto
  551. 0.00375 0.25983 lineto
  552. stroke
  553. grestore
  554. gsave
  555. 0.001 setlinewidth
  556. 0 0.28442 moveto
  557. 0.00375 0.28442 lineto
  558. stroke
  559. grestore
  560. gsave
  561. 0.001 setlinewidth
  562. 0 0.33361 moveto
  563. 0.00375 0.33361 lineto
  564. stroke
  565. grestore
  566. gsave
  567. 0.001 setlinewidth
  568. 0 0.3582 moveto
  569. 0.00375 0.3582 lineto
  570. stroke
  571. grestore
  572. gsave
  573. 0.001 setlinewidth
  574. 0 0.3828 moveto
  575. 0.00375 0.3828 lineto
  576. stroke
  577. grestore
  578. gsave
  579. 0.001 setlinewidth
  580. 0 0.40739 moveto
  581. 0.00375 0.40739 lineto
  582. stroke
  583. grestore
  584. gsave
  585. 0.001 setlinewidth
  586. 0 0.45658 moveto
  587. 0.00375 0.45658 lineto
  588. stroke
  589. grestore
  590. gsave
  591. 0.001 setlinewidth
  592. 0 0.48117 moveto
  593. 0.00375 0.48117 lineto
  594. stroke
  595. grestore
  596. gsave
  597. 0.001 setlinewidth
  598. 0 0.50576 moveto
  599. 0.00375 0.50576 lineto
  600. stroke
  601. grestore
  602. gsave
  603. 0.001 setlinewidth
  604. 0 0.53036 moveto
  605. 0.00375 0.53036 lineto
  606. stroke
  607. grestore
  608. gsave
  609. 0.001 setlinewidth
  610. 0 0.03849 moveto
  611. 0.00375 0.03849 lineto
  612. stroke
  613. grestore
  614. gsave
  615. 0.001 setlinewidth
  616. 0 0.0139 moveto
  617. 0.00375 0.0139 lineto
  618. stroke
  619. grestore
  620. gsave
  621. 0.001 setlinewidth
  622. 0 0.57954 moveto
  623. 0.00375 0.57954 lineto
  624. stroke
  625. grestore
  626. gsave
  627. 0.001 setlinewidth
  628. 0 0.60414 moveto
  629. 0.00375 0.60414 lineto
  630. stroke
  631. grestore
  632. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotshowa
  633. gsave
  634. 0.002 setlinewidth
  635. 0 0 moveto
  636. 0 0.61803 lineto
  637. stroke
  638. grestore
  639. grestore
  640. gsave
  641. gsave
  642. 0.002 setlinewidth
  643. 0.05026 0.61178 moveto
  644. 0.05026 0.61803 lineto
  645. stroke
  646. grestore
  647. gsave
  648. 0.002 setlinewidth
  649. 0.18254 0.61178 moveto
  650. 0.18254 0.61803 lineto
  651. stroke
  652. grestore
  653. gsave
  654. 0.002 setlinewidth
  655. 0.31481 0.61178 moveto
  656. 0.31481 0.61803 lineto
  657. stroke
  658. grestore
  659. gsave
  660. 0.002 setlinewidth
  661. 0.44709 0.61178 moveto
  662. 0.44709 0.61803 lineto
  663. stroke
  664. grestore
  665. gsave
  666. 0.002 setlinewidth
  667. 0.57937 0.61178 moveto
  668. 0.57937 0.61803 lineto
  669. stroke
  670. grestore
  671. gsave
  672. 0.002 setlinewidth
  673. 0.71164 0.61178 moveto
  674. 0.71164 0.61803 lineto
  675. stroke
  676. grestore
  677. gsave
  678. 0.002 setlinewidth
  679. 0.84392 0.61178 moveto
  680. 0.84392 0.61803 lineto
  681. stroke
  682. grestore
  683. gsave
  684. 0.002 setlinewidth
  685. 0.97619 0.61178 moveto
  686. 0.97619 0.61803 lineto
  687. stroke
  688. grestore
  689. gsave
  690. 0.001 setlinewidth
  691. 0.07672 0.61428 moveto
  692. 0.07672 0.61803 lineto
  693. stroke
  694. grestore
  695. gsave
  696. 0.001 setlinewidth
  697. 0.10317 0.61428 moveto
  698. 0.10317 0.61803 lineto
  699. stroke
  700. grestore
  701. gsave
  702. 0.001 setlinewidth
  703. 0.12963 0.61428 moveto
  704. 0.12963 0.61803 lineto
  705. stroke
  706. grestore
  707. gsave
  708. 0.001 setlinewidth
  709. 0.15608 0.61428 moveto
  710. 0.15608 0.61803 lineto
  711. stroke
  712. grestore
  713. gsave
  714. 0.001 setlinewidth
  715. 0.20899 0.61428 moveto
  716. 0.20899 0.61803 lineto
  717. stroke
  718. grestore
  719. gsave
  720. 0.001 setlinewidth
  721. 0.23545 0.61428 moveto
  722. 0.23545 0.61803 lineto
  723. stroke
  724. grestore
  725. gsave
  726. 0.001 setlinewidth
  727. 0.2619 0.61428 moveto
  728. 0.2619 0.61803 lineto
  729. stroke
  730. grestore
  731. gsave
  732. 0.001 setlinewidth
  733. 0.28836 0.61428 moveto
  734. 0.28836 0.61803 lineto
  735. stroke
  736. grestore
  737. gsave
  738. 0.001 setlinewidth
  739. 0.34127 0.61428 moveto
  740. 0.34127 0.61803 lineto
  741. stroke
  742. grestore
  743. gsave
  744. 0.001 setlinewidth
  745. 0.36772 0.61428 moveto
  746. 0.36772 0.61803 lineto
  747. stroke
  748. grestore
  749. gsave
  750. 0.001 setlinewidth
  751. 0.39418 0.61428 moveto
  752. 0.39418 0.61803 lineto
  753. stroke
  754. grestore
  755. gsave
  756. 0.001 setlinewidth
  757. 0.42063 0.61428 moveto
  758. 0.42063 0.61803 lineto
  759. stroke
  760. grestore
  761. gsave
  762. 0.001 setlinewidth
  763. 0.47354 0.61428 moveto
  764. 0.47354 0.61803 lineto
  765. stroke
  766. grestore
  767. gsave
  768. 0.001 setlinewidth
  769. 0.5 0.61428 moveto
  770. 0.5 0.61803 lineto
  771. stroke
  772. grestore
  773. gsave
  774. 0.001 setlinewidth
  775. 0.52646 0.61428 moveto
  776. 0.52646 0.61803 lineto
  777. stroke
  778. grestore
  779. gsave
  780. 0.001 setlinewidth
  781. 0.55291 0.61428 moveto
  782. 0.55291 0.61803 lineto
  783. stroke
  784. grestore
  785. gsave
  786. 0.001 setlinewidth
  787. 0.60582 0.61428 moveto
  788. 0.60582 0.61803 lineto
  789. stroke
  790. grestore
  791. gsave
  792. 0.001 setlinewidth
  793. 0.63228 0.61428 moveto
  794. 0.63228 0.61803 lineto
  795. stroke
  796. grestore
  797. gsave
  798. 0.001 setlinewidth
  799. 0.65873 0.61428 moveto
  800. 0.65873 0.61803 lineto
  801. stroke
  802. grestore
  803. gsave
  804. 0.001 setlinewidth
  805. 0.68519 0.61428 moveto
  806. 0.68519 0.61803 lineto
  807. stroke
  808. grestore
  809. gsave
  810. 0.001 setlinewidth
  811. 0.7381 0.61428 moveto
  812. 0.7381 0.61803 lineto
  813. stroke
  814. grestore
  815. gsave
  816. 0.001 setlinewidth
  817. 0.76455 0.61428 moveto
  818. 0.76455 0.61803 lineto
  819. stroke
  820. grestore
  821. gsave
  822. 0.001 setlinewidth
  823. 0.79101 0.61428 moveto
  824. 0.79101 0.61803 lineto
  825. stroke
  826. grestore
  827. gsave
  828. 0.001 setlinewidth
  829. 0.81746 0.61428 moveto
  830. 0.81746 0.61803 lineto
  831. stroke
  832. grestore
  833. gsave
  834. 0.001 setlinewidth
  835. 0.87037 0.61428 moveto
  836. 0.87037 0.61803 lineto
  837. stroke
  838. grestore
  839. gsave
  840. 0.001 setlinewidth
  841. 0.89683 0.61428 moveto
  842. 0.89683 0.61803 lineto
  843. stroke
  844. grestore
  845. gsave
  846. 0.001 setlinewidth
  847. 0.92328 0.61428 moveto
  848. 0.92328 0.61803 lineto
  849. stroke
  850. grestore
  851. gsave
  852. 0.001 setlinewidth
  853. 0.94974 0.61428 moveto
  854. 0.94974 0.61803 lineto
  855. stroke
  856. grestore
  857. gsave
  858. 0.001 setlinewidth
  859. 0.02381 0.61428 moveto
  860. 0.02381 0.61803 lineto
  861. stroke
  862. grestore
  863. [(Root Locus)] 0.5 0.61803 0 -4 Mshowa
  864. gsave
  865. 0.002 setlinewidth
  866. 0 0.61803 moveto
  867. 1 0.61803 lineto
  868. stroke
  869. grestore
  870. gsave
  871. 0.002 setlinewidth
  872. 0.99375 0.06309 moveto
  873. 1 0.06309 lineto
  874. stroke
  875. grestore
  876. gsave
  877. 0.002 setlinewidth
  878. 0.99375 0.18605 moveto
  879. 1 0.18605 lineto
  880. stroke
  881. grestore
  882. gsave
  883. 0.002 setlinewidth
  884. 0.99375 0.30902 moveto
  885. 1 0.30902 lineto
  886. stroke
  887. grestore
  888. gsave
  889. 0.002 setlinewidth
  890. 0.99375 0.43198 moveto
  891. 1 0.43198 lineto
  892. stroke
  893. grestore
  894. gsave
  895. 0.002 setlinewidth
  896. 0.99375 0.55495 moveto
  897. 1 0.55495 lineto
  898. stroke
  899. grestore
  900. gsave
  901. 0.001 setlinewidth
  902. 0.99625 0.08768 moveto
  903. 1 0.08768 lineto
  904. stroke
  905. grestore
  906. gsave
  907. 0.001 setlinewidth
  908. 0.99625 0.11227 moveto
  909. 1 0.11227 lineto
  910. stroke
  911. grestore
  912. gsave
  913. 0.001 setlinewidth
  914. 0.99625 0.13686 moveto
  915. 1 0.13686 lineto
  916. stroke
  917. grestore
  918. gsave
  919. 0.001 setlinewidth
  920. 0.99625 0.16146 moveto
  921. 1 0.16146 lineto
  922. stroke
  923. grestore
  924. gsave
  925. 0.001 setlinewidth
  926. 0.99625 0.21064 moveto
  927. 1 0.21064 lineto
  928. stroke
  929. grestore
  930. gsave
  931. 0.001 setlinewidth
  932. 0.99625 0.23524 moveto
  933. 1 0.23524 lineto
  934. stroke
  935. grestore
  936. gsave
  937. 0.001 setlinewidth
  938. 0.99625 0.25983 moveto
  939. 1 0.25983 lineto
  940. stroke
  941. grestore
  942. gsave
  943. 0.001 setlinewidth
  944. 0.99625 0.28442 moveto
  945. 1 0.28442 lineto
  946. stroke
  947. grestore
  948. gsave
  949. 0.001 setlinewidth
  950. 0.99625 0.33361 moveto
  951. 1 0.33361 lineto
  952. stroke
  953. grestore
  954. gsave
  955. 0.001 setlinewidth
  956. 0.99625 0.3582 moveto
  957. 1 0.3582 lineto
  958. stroke
  959. grestore
  960. gsave
  961. 0.001 setlinewidth
  962. 0.99625 0.3828 moveto
  963. 1 0.3828 lineto
  964. stroke
  965. grestore
  966. gsave
  967. 0.001 setlinewidth
  968. 0.99625 0.40739 moveto
  969. 1 0.40739 lineto
  970. stroke
  971. grestore
  972. gsave
  973. 0.001 setlinewidth
  974. 0.99625 0.45658 moveto
  975. 1 0.45658 lineto
  976. stroke
  977. grestore
  978. gsave
  979. 0.001 setlinewidth
  980. 0.99625 0.48117 moveto
  981. 1 0.48117 lineto
  982. stroke
  983. grestore
  984. gsave
  985. 0.001 setlinewidth
  986. 0.99625 0.50576 moveto
  987. 1 0.50576 lineto
  988. stroke
  989. grestore
  990. gsave
  991. 0.001 setlinewidth
  992. 0.99625 0.53036 moveto
  993. 1 0.53036 lineto
  994. stroke
  995. grestore
  996. gsave
  997. 0.001 setlinewidth
  998. 0.99625 0.03849 moveto
  999. 1 0.03849 lineto
  1000. stroke
  1001. grestore
  1002. gsave
  1003. 0.001 setlinewidth
  1004. 0.99625 0.0139 moveto
  1005. 1 0.0139 lineto
  1006. stroke
  1007. grestore
  1008. gsave
  1009. 0.001 setlinewidth
  1010. 0.99625 0.57954 moveto
  1011. 1 0.57954 lineto
  1012. stroke
  1013. grestore
  1014. gsave
  1015. 0.001 setlinewidth
  1016. 0.99625 0.60414 moveto
  1017. 1 0.60414 lineto
  1018. stroke
  1019. grestore
  1020. [( )] 1.0375 0.30902 -1 0 90 Mrotshowa
  1021. gsave
  1022. 0.002 setlinewidth
  1023. 1 0 moveto
  1024. 1 0.61803 lineto
  1025. stroke
  1026. grestore
  1027. grestore
  1028. gsave
  1029. gsave
  1030. 0.002 setlinewidth
  1031. 0 0.30902 moveto
  1032. 1 0.30902 lineto
  1033. stroke
  1034. grestore
  1035. grestore
  1036. gsave
  1037. gsave
  1038. gsave
  1039. 0.0051 setlinewidth
  1040. 0.97619 0.30902 moveto
  1041. 0.97619 0.30902 lineto
  1042. stroke
  1043. 0.71164 0.30902 moveto
  1044. 0.02381 0.30902 lineto
  1045. stroke
  1046. grestore
  1047. grestore
  1048. gsave
  1049. gsave
  1050. [(X)] 0.97619 0.30902 0 0 Mshowa
  1051. [(X)] 0.97619 0.30902 0 0 Mshowa
  1052. [(X)] 0.02381 0.30902 0 0 Mshowa
  1053. [(O)] 0.71164 0.30902 0 0 Mshowa
  1054. grestore
  1055. grestore
  1056. gsave
  1057. gsave
  1058. 0.0051 setlinewidth
  1059. 0.02381 0.30902 moveto
  1060. 0.0254 0.30902 lineto
  1061. 0.02713 0.30902 lineto
  1062. 0.029 0.30902 lineto
  1063. 0.03102 0.30902 lineto
  1064. 0.03321 0.30902 lineto
  1065. 0.03558 0.30902 lineto
  1066. 0.03815 0.30902 lineto
  1067. 0.04093 0.30902 lineto
  1068. 0.04395 0.30902 lineto
  1069. 0.04723 0.30902 lineto
  1070. 0.05078 0.30902 lineto
  1071. 0.05463 0.30902 lineto
  1072. 0.05882 0.30902 lineto
  1073. 0.06336 0.30902 lineto
  1074. 0.06831 0.30902 lineto
  1075. 0.07368 0.30902 lineto
  1076. 0.07952 0.30902 lineto
  1077. 0.08588 0.30902 lineto
  1078. 0.09282 0.30902 lineto
  1079. 0.10038 0.30902 lineto
  1080. 0.10863 0.30902 lineto
  1081. 0.11764 0.30902 lineto
  1082. 0.1275 0.30902 lineto
  1083. 0.13829 0.30902 lineto
  1084. 0.15011 0.30902 lineto
  1085. 0.1631 0.30902 lineto
  1086. 0.17737 0.30902 lineto
  1087. 0.19307 0.30902 lineto
  1088. 0.21038 0.30902 lineto
  1089. 0.22949 0.30902 lineto
  1090. 0.2506 0.30902 lineto
  1091. 0.27391 0.30902 lineto
  1092. 0.29964 0.30902 lineto
  1093. 0.32791 0.30902 lineto
  1094. 0.3587 0.30902 lineto
  1095. 0.39171 0.30902 lineto
  1096. 0.42614 0.30902 lineto
  1097. 0.46064 0.30902 lineto
  1098. 0.49351 0.30902 lineto
  1099. 0.52327 0.30902 lineto
  1100. 0.54912 0.30902 lineto
  1101. 0.57101 0.30902 lineto
  1102. 0.58933 0.30902 lineto
  1103. 0.59167 0.30902 lineto
  1104. stroke
  1105. grestore
  1106. grestore
  1107. gsave
  1108. gsave
  1109. 0.0051 setlinewidth
  1110. 0.97619 0.30902 moveto
  1111. 0.97539 0.29779 lineto
  1112. 0.97453 0.29282 lineto
  1113. 0.9736 0.28877 lineto
  1114. 0.97259 0.28516 lineto
  1115. 0.97149 0.28178 lineto
  1116. 0.97031 0.27855 lineto
  1117. 0.96902 0.2754 lineto
  1118. 0.96763 0.27229 lineto
  1119. 0.96612 0.2692 lineto
  1120. 0.96448 0.2661 lineto
  1121. 0.96271 0.26298 lineto
  1122. 0.96078 0.25982 lineto
  1123. 0.95869 0.25662 lineto
  1124. 0.95641 0.25335 lineto
  1125. 0.95394 0.25001 lineto
  1126. 0.95126 0.24658 lineto
  1127. 0.94833 0.24307 lineto
  1128. 0.94515 0.23945 lineto
  1129. 0.94169 0.23571 lineto
  1130. 0.93791 0.23186 lineto
  1131. 0.93378 0.22786 lineto
  1132. 0.92927 0.22372 lineto
  1133. 0.92435 0.21941 lineto
  1134. 0.91895 0.21492 lineto
  1135. 0.91304 0.21023 lineto
  1136. 0.90655 0.20532 lineto
  1137. 0.89941 0.20016 lineto
  1138. 0.89156 0.19473 lineto
  1139. 0.8829 0.18897 lineto
  1140. 0.87335 0.18284 lineto
  1141. 0.8628 0.17627 lineto
  1142. 0.85114 0.16918 lineto
  1143. 0.83828 0.16144 lineto
  1144. 0.82414 0.15291 lineto
  1145. 0.80874 0.14339 lineto
  1146. 0.79224 0.13265 lineto
  1147. 0.77502 0.12044 lineto
  1148. 0.75777 0.10659 lineto
  1149. 0.74134 0.09109 lineto
  1150. 0.72646 0.07414 lineto
  1151. 0.71354 0.05605 lineto
  1152. 0.70259 0.0371 lineto
  1153. 0.69343 0.01753 lineto
  1154. 0.69226 0.01472 lineto
  1155. stroke
  1156. grestore
  1157. grestore
  1158. gsave
  1159. gsave
  1160. 0.0051 setlinewidth
  1161. 0.97619 0.30902 moveto
  1162. 0.97539 0.32025 lineto
  1163. 0.97453 0.32522 lineto
  1164. 0.9736 0.32926 lineto
  1165. 0.97259 0.33288 lineto
  1166. 0.97149 0.33625 lineto
  1167. 0.97031 0.33949 lineto
  1168. 0.96902 0.34264 lineto
  1169. 0.96763 0.34575 lineto
  1170. 0.96612 0.34884 lineto
  1171. 0.96448 0.35193 lineto
  1172. 0.96271 0.35505 lineto
  1173. 0.96078 0.35821 lineto
  1174. 0.95869 0.36142 lineto
  1175. 0.95641 0.36468 lineto
  1176. 0.95394 0.36803 lineto
  1177. 0.95126 0.37145 lineto
  1178. 0.94833 0.37497 lineto
  1179. 0.94515 0.37859 lineto
  1180. 0.94169 0.38232 lineto
  1181. 0.93791 0.38618 lineto
  1182. 0.93378 0.39017 lineto
  1183. 0.92927 0.39432 lineto
  1184. 0.92435 0.39862 lineto
  1185. 0.91895 0.40311 lineto
  1186. 0.91304 0.4078 lineto
  1187. 0.90655 0.41271 lineto
  1188. 0.89941 0.41787 lineto
  1189. 0.89156 0.42331 lineto
  1190. 0.8829 0.42907 lineto
  1191. 0.87335 0.4352 lineto
  1192. 0.8628 0.44176 lineto
  1193. 0.85114 0.44886 lineto
  1194. 0.83828 0.45659 lineto
  1195. 0.82414 0.46512 lineto
  1196. 0.80874 0.47464 lineto
  1197. 0.79224 0.48538 lineto
  1198. 0.77502 0.49759 lineto
  1199. 0.75777 0.51144 lineto
  1200. 0.74134 0.52694 lineto
  1201. 0.72646 0.54389 lineto
  1202. 0.71354 0.56199 lineto
  1203. 0.70259 0.58093 lineto
  1204. 0.69343 0.6005 lineto
  1205. 0.69226 0.60332 lineto
  1206. stroke
  1207. grestore
  1208. grestore
  1209. grestore
  1210. 0 0 moveto
  1211. 1 0 lineto
  1212. 1 0.61803 lineto
  1213. 0 0.61803 lineto
  1214. closepath
  1215. clip
  1216. newpath
  1217. % End of Graphics
  1218. MathPictureEnd
  1219. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; endGroup; endGroup; ]
  1220. The Unformatted text for this cell was not generated.
  1221. Use options in the Actions Settings dialog box to control
  1222. when Unformatted text is generated.
  1223. ;[o]
  1224. -Graphics-
  1225. :[font = subsection; inactive; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  1226. Example 2
  1227. :[font = input; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  1228. g1 = 1/s/(s+1)/(s^2 + 4s +13);
  1229. SequenceForm["The transfer function: ", g1]
  1230. RootLocus[g1,s,{k,0,300}]
  1231.  
  1232. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; ]
  1233. "The transfer function: "1/(s*(1 + s)*(13 + 4*s + s^2))
  1234. ;[o]
  1235.                                    1
  1236. The transfer function: -------------------------
  1237.                                               2
  1238.                        s (1 + s) (13 + 4 s + s )
  1239. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; pictureLeft = 22; pictureWidth = 462; pictureHeight = 286; ]
  1240. %!
  1241. %%Creator: Mathematica
  1242. %%AspectRatio: 0.61803 
  1243. MathPictureStart
  1244. /Courier findfont 10  scalefont  setfont
  1245. % Scaling calculations
  1246. 0.72789 0.182312 0.309017 0.085089 [
  1247. [(-3)] 0.18095 0 0 2 0 Minner Mrotsboxa
  1248. [(-2)] 0.36327 0 0 2 0 Minner Mrotsboxa
  1249. [(-1)] 0.54558 0 0 2 0 Minner Mrotsboxa
  1250. [(0)] 0.72789 0 0 2 0 Minner Mrotsboxa
  1251. [(1)] 0.9102 0 0 2 0 Minner Mrotsboxa
  1252. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotsboxa
  1253. [(-3)] -0.0125 0.05375 1 0 0 Minner Mrotsboxa
  1254. [(-2)] -0.0125 0.13884 1 0 0 Minner Mrotsboxa
  1255. [(-1)] -0.0125 0.22393 1 0 0 Minner Mrotsboxa
  1256. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotsboxa
  1257. [(1)] -0.0125 0.39411 1 0 0 Minner Mrotsboxa
  1258. [(2)] -0.0125 0.4792 1 0 0 Minner Mrotsboxa
  1259. [(3)] -0.0125 0.56429 1 0 0 Minner Mrotsboxa
  1260. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotsboxa
  1261. [(Root Locus)] 0.5 0.61803 0 -4 Msboxa
  1262. [( )] 1.0375 0.30902 -1 0 90 Mrotsboxa
  1263. [(X)] 0.72789 0.30902 0 0 Msboxa
  1264. [(X)] 0.54558 0.30902 0 0 Msboxa
  1265. [(X)] 0.36327 0.05375 0 0 Msboxa
  1266. [(X)] 0.36327 0.56429 0 0 Msboxa
  1267. [ -0.001 -0.001 0 0 ]
  1268. [ 1.001 0.61903 0 0 ]
  1269. ] MathScale
  1270. % Start of Graphics
  1271. 1 setlinecap
  1272. 1 setlinejoin
  1273. newpath
  1274. %%Object: Graphics
  1275. [ ] 0 setdash
  1276. 0 setgray
  1277. gsave
  1278. gsave
  1279. 0 0 0.5 setrgbcolor
  1280. 0.001 setlinewidth
  1281. 0.18095 0 moveto
  1282. 0.18095 0.61803 lineto
  1283. stroke
  1284. grestore
  1285. gsave
  1286. 0 0 0.5 setrgbcolor
  1287. 0.001 setlinewidth
  1288. 0.36327 0 moveto
  1289. 0.36327 0.61803 lineto
  1290. stroke
  1291. grestore
  1292. gsave
  1293. 0 0 0.5 setrgbcolor
  1294. 0.001 setlinewidth
  1295. 0.54558 0 moveto
  1296. 0.54558 0.61803 lineto
  1297. stroke
  1298. grestore
  1299. gsave
  1300. 0 0 0.5 setrgbcolor
  1301. 0.001 setlinewidth
  1302. 0.72789 0 moveto
  1303. 0.72789 0.61803 lineto
  1304. stroke
  1305. grestore
  1306. gsave
  1307. 0 0 0.5 setrgbcolor
  1308. 0.001 setlinewidth
  1309. 0.9102 0 moveto
  1310. 0.9102 0.61803 lineto
  1311. stroke
  1312. grestore
  1313. gsave
  1314. 0 0 0.5 setrgbcolor
  1315. 0.001 setlinewidth
  1316. 0 0.05375 moveto
  1317. 1 0.05375 lineto
  1318. stroke
  1319. grestore
  1320. gsave
  1321. 0 0 0.5 setrgbcolor
  1322. 0.001 setlinewidth
  1323. 0 0.13884 moveto
  1324. 1 0.13884 lineto
  1325. stroke
  1326. grestore
  1327. gsave
  1328. 0 0 0.5 setrgbcolor
  1329. 0.001 setlinewidth
  1330. 0 0.22393 moveto
  1331. 1 0.22393 lineto
  1332. stroke
  1333. grestore
  1334. gsave
  1335. 0 0 0.5 setrgbcolor
  1336. 0.001 setlinewidth
  1337. 0 0.30902 moveto
  1338. 1 0.30902 lineto
  1339. stroke
  1340. grestore
  1341. gsave
  1342. 0 0 0.5 setrgbcolor
  1343. 0.001 setlinewidth
  1344. 0 0.39411 moveto
  1345. 1 0.39411 lineto
  1346. stroke
  1347. grestore
  1348. gsave
  1349. 0 0 0.5 setrgbcolor
  1350. 0.001 setlinewidth
  1351. 0 0.4792 moveto
  1352. 1 0.4792 lineto
  1353. stroke
  1354. grestore
  1355. gsave
  1356. 0 0 0.5 setrgbcolor
  1357. 0.001 setlinewidth
  1358. 0 0.56429 moveto
  1359. 1 0.56429 lineto
  1360. stroke
  1361. grestore
  1362. gsave
  1363. 0.002 setlinewidth
  1364. 0.18095 0 moveto
  1365. 0.18095 0.00625 lineto
  1366. stroke
  1367. grestore
  1368. [(-3)] 0.18095 0 0 2 0 Minner Mrotshowa
  1369. gsave
  1370. 0.002 setlinewidth
  1371. 0.36327 0 moveto
  1372. 0.36327 0.00625 lineto
  1373. stroke
  1374. grestore
  1375. [(-2)] 0.36327 0 0 2 0 Minner Mrotshowa
  1376. gsave
  1377. 0.002 setlinewidth
  1378. 0.54558 0 moveto
  1379. 0.54558 0.00625 lineto
  1380. stroke
  1381. grestore
  1382. [(-1)] 0.54558 0 0 2 0 Minner Mrotshowa
  1383. gsave
  1384. 0.002 setlinewidth
  1385. 0.72789 0 moveto
  1386. 0.72789 0.00625 lineto
  1387. stroke
  1388. grestore
  1389. [(0)] 0.72789 0 0 2 0 Minner Mrotshowa
  1390. gsave
  1391. 0.002 setlinewidth
  1392. 0.9102 0 moveto
  1393. 0.9102 0.00625 lineto
  1394. stroke
  1395. grestore
  1396. [(1)] 0.9102 0 0 2 0 Minner Mrotshowa
  1397. gsave
  1398. 0.001 setlinewidth
  1399. 0.03511 0 moveto
  1400. 0.03511 0.00375 lineto
  1401. stroke
  1402. grestore
  1403. gsave
  1404. 0.001 setlinewidth
  1405. 0.07157 0 moveto
  1406. 0.07157 0.00375 lineto
  1407. stroke
  1408. grestore
  1409. gsave
  1410. 0.001 setlinewidth
  1411. 0.10803 0 moveto
  1412. 0.10803 0.00375 lineto
  1413. stroke
  1414. grestore
  1415. gsave
  1416. 0.001 setlinewidth
  1417. 0.14449 0 moveto
  1418. 0.14449 0.00375 lineto
  1419. stroke
  1420. grestore
  1421. gsave
  1422. 0.001 setlinewidth
  1423. 0.21742 0 moveto
  1424. 0.21742 0.00375 lineto
  1425. stroke
  1426. grestore
  1427. gsave
  1428. 0.001 setlinewidth
  1429. 0.25388 0 moveto
  1430. 0.25388 0.00375 lineto
  1431. stroke
  1432. grestore
  1433. gsave
  1434. 0.001 setlinewidth
  1435. 0.29034 0 moveto
  1436. 0.29034 0.00375 lineto
  1437. stroke
  1438. grestore
  1439. gsave
  1440. 0.001 setlinewidth
  1441. 0.3268 0 moveto
  1442. 0.3268 0.00375 lineto
  1443. stroke
  1444. grestore
  1445. gsave
  1446. 0.001 setlinewidth
  1447. 0.39973 0 moveto
  1448. 0.39973 0.00375 lineto
  1449. stroke
  1450. grestore
  1451. gsave
  1452. 0.001 setlinewidth
  1453. 0.43619 0 moveto
  1454. 0.43619 0.00375 lineto
  1455. stroke
  1456. grestore
  1457. gsave
  1458. 0.001 setlinewidth
  1459. 0.47265 0 moveto
  1460. 0.47265 0.00375 lineto
  1461. stroke
  1462. grestore
  1463. gsave
  1464. 0.001 setlinewidth
  1465. 0.50912 0 moveto
  1466. 0.50912 0.00375 lineto
  1467. stroke
  1468. grestore
  1469. gsave
  1470. 0.001 setlinewidth
  1471. 0.58204 0 moveto
  1472. 0.58204 0.00375 lineto
  1473. stroke
  1474. grestore
  1475. gsave
  1476. 0.001 setlinewidth
  1477. 0.6185 0 moveto
  1478. 0.6185 0.00375 lineto
  1479. stroke
  1480. grestore
  1481. gsave
  1482. 0.001 setlinewidth
  1483. 0.65496 0 moveto
  1484. 0.65496 0.00375 lineto
  1485. stroke
  1486. grestore
  1487. gsave
  1488. 0.001 setlinewidth
  1489. 0.69143 0 moveto
  1490. 0.69143 0.00375 lineto
  1491. stroke
  1492. grestore
  1493. gsave
  1494. 0.001 setlinewidth
  1495. 0.76435 0 moveto
  1496. 0.76435 0.00375 lineto
  1497. stroke
  1498. grestore
  1499. gsave
  1500. 0.001 setlinewidth
  1501. 0.80081 0 moveto
  1502. 0.80081 0.00375 lineto
  1503. stroke
  1504. grestore
  1505. gsave
  1506. 0.001 setlinewidth
  1507. 0.83728 0 moveto
  1508. 0.83728 0.00375 lineto
  1509. stroke
  1510. grestore
  1511. gsave
  1512. 0.001 setlinewidth
  1513. 0.87374 0 moveto
  1514. 0.87374 0.00375 lineto
  1515. stroke
  1516. grestore
  1517. gsave
  1518. 0.001 setlinewidth
  1519. 0.94666 0 moveto
  1520. 0.94666 0.00375 lineto
  1521. stroke
  1522. grestore
  1523. gsave
  1524. 0.001 setlinewidth
  1525. 0.98313 0 moveto
  1526. 0.98313 0.00375 lineto
  1527. stroke
  1528. grestore
  1529. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotshowa
  1530. gsave
  1531. 0.002 setlinewidth
  1532. 0 0 moveto
  1533. 1 0 lineto
  1534. stroke
  1535. grestore
  1536. gsave
  1537. 0.002 setlinewidth
  1538. 0 0.05375 moveto
  1539. 0.00625 0.05375 lineto
  1540. stroke
  1541. grestore
  1542. [(-3)] -0.0125 0.05375 1 0 0 Minner Mrotshowa
  1543. gsave
  1544. 0.002 setlinewidth
  1545. 0 0.13884 moveto
  1546. 0.00625 0.13884 lineto
  1547. stroke
  1548. grestore
  1549. [(-2)] -0.0125 0.13884 1 0 0 Minner Mrotshowa
  1550. gsave
  1551. 0.002 setlinewidth
  1552. 0 0.22393 moveto
  1553. 0.00625 0.22393 lineto
  1554. stroke
  1555. grestore
  1556. [(-1)] -0.0125 0.22393 1 0 0 Minner Mrotshowa
  1557. gsave
  1558. 0.002 setlinewidth
  1559. 0 0.30902 moveto
  1560. 0.00625 0.30902 lineto
  1561. stroke
  1562. grestore
  1563. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotshowa
  1564. gsave
  1565. 0.002 setlinewidth
  1566. 0 0.39411 moveto
  1567. 0.00625 0.39411 lineto
  1568. stroke
  1569. grestore
  1570. [(1)] -0.0125 0.39411 1 0 0 Minner Mrotshowa
  1571. gsave
  1572. 0.002 setlinewidth
  1573. 0 0.4792 moveto
  1574. 0.00625 0.4792 lineto
  1575. stroke
  1576. grestore
  1577. [(2)] -0.0125 0.4792 1 0 0 Minner Mrotshowa
  1578. gsave
  1579. 0.002 setlinewidth
  1580. 0 0.56429 moveto
  1581. 0.00625 0.56429 lineto
  1582. stroke
  1583. grestore
  1584. [(3)] -0.0125 0.56429 1 0 0 Minner Mrotshowa
  1585. gsave
  1586. 0.001 setlinewidth
  1587. 0 0.07077 moveto
  1588. 0.00375 0.07077 lineto
  1589. stroke
  1590. grestore
  1591. gsave
  1592. 0.001 setlinewidth
  1593. 0 0.08778 moveto
  1594. 0.00375 0.08778 lineto
  1595. stroke
  1596. grestore
  1597. gsave
  1598. 0.001 setlinewidth
  1599. 0 0.1048 moveto
  1600. 0.00375 0.1048 lineto
  1601. stroke
  1602. grestore
  1603. gsave
  1604. 0.001 setlinewidth
  1605. 0 0.12182 moveto
  1606. 0.00375 0.12182 lineto
  1607. stroke
  1608. grestore
  1609. gsave
  1610. 0.001 setlinewidth
  1611. 0 0.15586 moveto
  1612. 0.00375 0.15586 lineto
  1613. stroke
  1614. grestore
  1615. gsave
  1616. 0.001 setlinewidth
  1617. 0 0.17287 moveto
  1618. 0.00375 0.17287 lineto
  1619. stroke
  1620. grestore
  1621. gsave
  1622. 0.001 setlinewidth
  1623. 0 0.18989 moveto
  1624. 0.00375 0.18989 lineto
  1625. stroke
  1626. grestore
  1627. gsave
  1628. 0.001 setlinewidth
  1629. 0 0.20691 moveto
  1630. 0.00375 0.20691 lineto
  1631. stroke
  1632. grestore
  1633. gsave
  1634. 0.001 setlinewidth
  1635. 0 0.24095 moveto
  1636. 0.00375 0.24095 lineto
  1637. stroke
  1638. grestore
  1639. gsave
  1640. 0.001 setlinewidth
  1641. 0 0.25796 moveto
  1642. 0.00375 0.25796 lineto
  1643. stroke
  1644. grestore
  1645. gsave
  1646. 0.001 setlinewidth
  1647. 0 0.27498 moveto
  1648. 0.00375 0.27498 lineto
  1649. stroke
  1650. grestore
  1651. gsave
  1652. 0.001 setlinewidth
  1653. 0 0.292 moveto
  1654. 0.00375 0.292 lineto
  1655. stroke
  1656. grestore
  1657. gsave
  1658. 0.001 setlinewidth
  1659. 0 0.32603 moveto
  1660. 0.00375 0.32603 lineto
  1661. stroke
  1662. grestore
  1663. gsave
  1664. 0.001 setlinewidth
  1665. 0 0.34305 moveto
  1666. 0.00375 0.34305 lineto
  1667. stroke
  1668. grestore
  1669. gsave
  1670. 0.001 setlinewidth
  1671. 0 0.36007 moveto
  1672. 0.00375 0.36007 lineto
  1673. stroke
  1674. grestore
  1675. gsave
  1676. 0.001 setlinewidth
  1677. 0 0.37709 moveto
  1678. 0.00375 0.37709 lineto
  1679. stroke
  1680. grestore
  1681. gsave
  1682. 0.001 setlinewidth
  1683. 0 0.41112 moveto
  1684. 0.00375 0.41112 lineto
  1685. stroke
  1686. grestore
  1687. gsave
  1688. 0.001 setlinewidth
  1689. 0 0.42814 moveto
  1690. 0.00375 0.42814 lineto
  1691. stroke
  1692. grestore
  1693. gsave
  1694. 0.001 setlinewidth
  1695. 0 0.44516 moveto
  1696. 0.00375 0.44516 lineto
  1697. stroke
  1698. grestore
  1699. gsave
  1700. 0.001 setlinewidth
  1701. 0 0.46218 moveto
  1702. 0.00375 0.46218 lineto
  1703. stroke
  1704. grestore
  1705. gsave
  1706. 0.001 setlinewidth
  1707. 0 0.49621 moveto
  1708. 0.00375 0.49621 lineto
  1709. stroke
  1710. grestore
  1711. gsave
  1712. 0.001 setlinewidth
  1713. 0 0.51323 moveto
  1714. 0.00375 0.51323 lineto
  1715. stroke
  1716. grestore
  1717. gsave
  1718. 0.001 setlinewidth
  1719. 0 0.53025 moveto
  1720. 0.00375 0.53025 lineto
  1721. stroke
  1722. grestore
  1723. gsave
  1724. 0.001 setlinewidth
  1725. 0 0.54727 moveto
  1726. 0.00375 0.54727 lineto
  1727. stroke
  1728. grestore
  1729. gsave
  1730. 0.001 setlinewidth
  1731. 0 0.03673 moveto
  1732. 0.00375 0.03673 lineto
  1733. stroke
  1734. grestore
  1735. gsave
  1736. 0.001 setlinewidth
  1737. 0 0.01971 moveto
  1738. 0.00375 0.01971 lineto
  1739. stroke
  1740. grestore
  1741. gsave
  1742. 0.001 setlinewidth
  1743. 0 0.00269 moveto
  1744. 0.00375 0.00269 lineto
  1745. stroke
  1746. grestore
  1747. gsave
  1748. 0.001 setlinewidth
  1749. 0 0.5813 moveto
  1750. 0.00375 0.5813 lineto
  1751. stroke
  1752. grestore
  1753. gsave
  1754. 0.001 setlinewidth
  1755. 0 0.59832 moveto
  1756. 0.00375 0.59832 lineto
  1757. stroke
  1758. grestore
  1759. gsave
  1760. 0.001 setlinewidth
  1761. 0 0.61534 moveto
  1762. 0.00375 0.61534 lineto
  1763. stroke
  1764. grestore
  1765. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotshowa
  1766. gsave
  1767. 0.002 setlinewidth
  1768. 0 0 moveto
  1769. 0 0.61803 lineto
  1770. stroke
  1771. grestore
  1772. grestore
  1773. gsave
  1774. gsave
  1775. 0.002 setlinewidth
  1776. 0.18095 0.61178 moveto
  1777. 0.18095 0.61803 lineto
  1778. stroke
  1779. grestore
  1780. gsave
  1781. 0.002 setlinewidth
  1782. 0.36327 0.61178 moveto
  1783. 0.36327 0.61803 lineto
  1784. stroke
  1785. grestore
  1786. gsave
  1787. 0.002 setlinewidth
  1788. 0.54558 0.61178 moveto
  1789. 0.54558 0.61803 lineto
  1790. stroke
  1791. grestore
  1792. gsave
  1793. 0.002 setlinewidth
  1794. 0.72789 0.61178 moveto
  1795. 0.72789 0.61803 lineto
  1796. stroke
  1797. grestore
  1798. gsave
  1799. 0.002 setlinewidth
  1800. 0.9102 0.61178 moveto
  1801. 0.9102 0.61803 lineto
  1802. stroke
  1803. grestore
  1804. gsave
  1805. 0.001 setlinewidth
  1806. 0.03511 0.61428 moveto
  1807. 0.03511 0.61803 lineto
  1808. stroke
  1809. grestore
  1810. gsave
  1811. 0.001 setlinewidth
  1812. 0.07157 0.61428 moveto
  1813. 0.07157 0.61803 lineto
  1814. stroke
  1815. grestore
  1816. gsave
  1817. 0.001 setlinewidth
  1818. 0.10803 0.61428 moveto
  1819. 0.10803 0.61803 lineto
  1820. stroke
  1821. grestore
  1822. gsave
  1823. 0.001 setlinewidth
  1824. 0.14449 0.61428 moveto
  1825. 0.14449 0.61803 lineto
  1826. stroke
  1827. grestore
  1828. gsave
  1829. 0.001 setlinewidth
  1830. 0.21742 0.61428 moveto
  1831. 0.21742 0.61803 lineto
  1832. stroke
  1833. grestore
  1834. gsave
  1835. 0.001 setlinewidth
  1836. 0.25388 0.61428 moveto
  1837. 0.25388 0.61803 lineto
  1838. stroke
  1839. grestore
  1840. gsave
  1841. 0.001 setlinewidth
  1842. 0.29034 0.61428 moveto
  1843. 0.29034 0.61803 lineto
  1844. stroke
  1845. grestore
  1846. gsave
  1847. 0.001 setlinewidth
  1848. 0.3268 0.61428 moveto
  1849. 0.3268 0.61803 lineto
  1850. stroke
  1851. grestore
  1852. gsave
  1853. 0.001 setlinewidth
  1854. 0.39973 0.61428 moveto
  1855. 0.39973 0.61803 lineto
  1856. stroke
  1857. grestore
  1858. gsave
  1859. 0.001 setlinewidth
  1860. 0.43619 0.61428 moveto
  1861. 0.43619 0.61803 lineto
  1862. stroke
  1863. grestore
  1864. gsave
  1865. 0.001 setlinewidth
  1866. 0.47265 0.61428 moveto
  1867. 0.47265 0.61803 lineto
  1868. stroke
  1869. grestore
  1870. gsave
  1871. 0.001 setlinewidth
  1872. 0.50912 0.61428 moveto
  1873. 0.50912 0.61803 lineto
  1874. stroke
  1875. grestore
  1876. gsave
  1877. 0.001 setlinewidth
  1878. 0.58204 0.61428 moveto
  1879. 0.58204 0.61803 lineto
  1880. stroke
  1881. grestore
  1882. gsave
  1883. 0.001 setlinewidth
  1884. 0.6185 0.61428 moveto
  1885. 0.6185 0.61803 lineto
  1886. stroke
  1887. grestore
  1888. gsave
  1889. 0.001 setlinewidth
  1890. 0.65496 0.61428 moveto
  1891. 0.65496 0.61803 lineto
  1892. stroke
  1893. grestore
  1894. gsave
  1895. 0.001 setlinewidth
  1896. 0.69143 0.61428 moveto
  1897. 0.69143 0.61803 lineto
  1898. stroke
  1899. grestore
  1900. gsave
  1901. 0.001 setlinewidth
  1902. 0.76435 0.61428 moveto
  1903. 0.76435 0.61803 lineto
  1904. stroke
  1905. grestore
  1906. gsave
  1907. 0.001 setlinewidth
  1908. 0.80081 0.61428 moveto
  1909. 0.80081 0.61803 lineto
  1910. stroke
  1911. grestore
  1912. gsave
  1913. 0.001 setlinewidth
  1914. 0.83728 0.61428 moveto
  1915. 0.83728 0.61803 lineto
  1916. stroke
  1917. grestore
  1918. gsave
  1919. 0.001 setlinewidth
  1920. 0.87374 0.61428 moveto
  1921. 0.87374 0.61803 lineto
  1922. stroke
  1923. grestore
  1924. gsave
  1925. 0.001 setlinewidth
  1926. 0.94666 0.61428 moveto
  1927. 0.94666 0.61803 lineto
  1928. stroke
  1929. grestore
  1930. gsave
  1931. 0.001 setlinewidth
  1932. 0.98313 0.61428 moveto
  1933. 0.98313 0.61803 lineto
  1934. stroke
  1935. grestore
  1936. [(Root Locus)] 0.5 0.61803 0 -4 Mshowa
  1937. gsave
  1938. 0.002 setlinewidth
  1939. 0 0.61803 moveto
  1940. 1 0.61803 lineto
  1941. stroke
  1942. grestore
  1943. gsave
  1944. 0.002 setlinewidth
  1945. 0.99375 0.05375 moveto
  1946. 1 0.05375 lineto
  1947. stroke
  1948. grestore
  1949. gsave
  1950. 0.002 setlinewidth
  1951. 0.99375 0.13884 moveto
  1952. 1 0.13884 lineto
  1953. stroke
  1954. grestore
  1955. gsave
  1956. 0.002 setlinewidth
  1957. 0.99375 0.22393 moveto
  1958. 1 0.22393 lineto
  1959. stroke
  1960. grestore
  1961. gsave
  1962. 0.002 setlinewidth
  1963. 0.99375 0.30902 moveto
  1964. 1 0.30902 lineto
  1965. stroke
  1966. grestore
  1967. gsave
  1968. 0.002 setlinewidth
  1969. 0.99375 0.39411 moveto
  1970. 1 0.39411 lineto
  1971. stroke
  1972. grestore
  1973. gsave
  1974. 0.002 setlinewidth
  1975. 0.99375 0.4792 moveto
  1976. 1 0.4792 lineto
  1977. stroke
  1978. grestore
  1979. gsave
  1980. 0.002 setlinewidth
  1981. 0.99375 0.56429 moveto
  1982. 1 0.56429 lineto
  1983. stroke
  1984. grestore
  1985. gsave
  1986. 0.001 setlinewidth
  1987. 0.99625 0.07077 moveto
  1988. 1 0.07077 lineto
  1989. stroke
  1990. grestore
  1991. gsave
  1992. 0.001 setlinewidth
  1993. 0.99625 0.08778 moveto
  1994. 1 0.08778 lineto
  1995. stroke
  1996. grestore
  1997. gsave
  1998. 0.001 setlinewidth
  1999. 0.99625 0.1048 moveto
  2000. 1 0.1048 lineto
  2001. stroke
  2002. grestore
  2003. gsave
  2004. 0.001 setlinewidth
  2005. 0.99625 0.12182 moveto
  2006. 1 0.12182 lineto
  2007. stroke
  2008. grestore
  2009. gsave
  2010. 0.001 setlinewidth
  2011. 0.99625 0.15586 moveto
  2012. 1 0.15586 lineto
  2013. stroke
  2014. grestore
  2015. gsave
  2016. 0.001 setlinewidth
  2017. 0.99625 0.17287 moveto
  2018. 1 0.17287 lineto
  2019. stroke
  2020. grestore
  2021. gsave
  2022. 0.001 setlinewidth
  2023. 0.99625 0.18989 moveto
  2024. 1 0.18989 lineto
  2025. stroke
  2026. grestore
  2027. gsave
  2028. 0.001 setlinewidth
  2029. 0.99625 0.20691 moveto
  2030. 1 0.20691 lineto
  2031. stroke
  2032. grestore
  2033. gsave
  2034. 0.001 setlinewidth
  2035. 0.99625 0.24095 moveto
  2036. 1 0.24095 lineto
  2037. stroke
  2038. grestore
  2039. gsave
  2040. 0.001 setlinewidth
  2041. 0.99625 0.25796 moveto
  2042. 1 0.25796 lineto
  2043. stroke
  2044. grestore
  2045. gsave
  2046. 0.001 setlinewidth
  2047. 0.99625 0.27498 moveto
  2048. 1 0.27498 lineto
  2049. stroke
  2050. grestore
  2051. gsave
  2052. 0.001 setlinewidth
  2053. 0.99625 0.292 moveto
  2054. 1 0.292 lineto
  2055. stroke
  2056. grestore
  2057. gsave
  2058. 0.001 setlinewidth
  2059. 0.99625 0.32603 moveto
  2060. 1 0.32603 lineto
  2061. stroke
  2062. grestore
  2063. gsave
  2064. 0.001 setlinewidth
  2065. 0.99625 0.34305 moveto
  2066. 1 0.34305 lineto
  2067. stroke
  2068. grestore
  2069. gsave
  2070. 0.001 setlinewidth
  2071. 0.99625 0.36007 moveto
  2072. 1 0.36007 lineto
  2073. stroke
  2074. grestore
  2075. gsave
  2076. 0.001 setlinewidth
  2077. 0.99625 0.37709 moveto
  2078. 1 0.37709 lineto
  2079. stroke
  2080. grestore
  2081. gsave
  2082. 0.001 setlinewidth
  2083. 0.99625 0.41112 moveto
  2084. 1 0.41112 lineto
  2085. stroke
  2086. grestore
  2087. gsave
  2088. 0.001 setlinewidth
  2089. 0.99625 0.42814 moveto
  2090. 1 0.42814 lineto
  2091. stroke
  2092. grestore
  2093. gsave
  2094. 0.001 setlinewidth
  2095. 0.99625 0.44516 moveto
  2096. 1 0.44516 lineto
  2097. stroke
  2098. grestore
  2099. gsave
  2100. 0.001 setlinewidth
  2101. 0.99625 0.46218 moveto
  2102. 1 0.46218 lineto
  2103. stroke
  2104. grestore
  2105. gsave
  2106. 0.001 setlinewidth
  2107. 0.99625 0.49621 moveto
  2108. 1 0.49621 lineto
  2109. stroke
  2110. grestore
  2111. gsave
  2112. 0.001 setlinewidth
  2113. 0.99625 0.51323 moveto
  2114. 1 0.51323 lineto
  2115. stroke
  2116. grestore
  2117. gsave
  2118. 0.001 setlinewidth
  2119. 0.99625 0.53025 moveto
  2120. 1 0.53025 lineto
  2121. stroke
  2122. grestore
  2123. gsave
  2124. 0.001 setlinewidth
  2125. 0.99625 0.54727 moveto
  2126. 1 0.54727 lineto
  2127. stroke
  2128. grestore
  2129. gsave
  2130. 0.001 setlinewidth
  2131. 0.99625 0.03673 moveto
  2132. 1 0.03673 lineto
  2133. stroke
  2134. grestore
  2135. gsave
  2136. 0.001 setlinewidth
  2137. 0.99625 0.01971 moveto
  2138. 1 0.01971 lineto
  2139. stroke
  2140. grestore
  2141. gsave
  2142. 0.001 setlinewidth
  2143. 0.99625 0.00269 moveto
  2144. 1 0.00269 lineto
  2145. stroke
  2146. grestore
  2147. gsave
  2148. 0.001 setlinewidth
  2149. 0.99625 0.5813 moveto
  2150. 1 0.5813 lineto
  2151. stroke
  2152. grestore
  2153. gsave
  2154. 0.001 setlinewidth
  2155. 0.99625 0.59832 moveto
  2156. 1 0.59832 lineto
  2157. stroke
  2158. grestore
  2159. gsave
  2160. 0.001 setlinewidth
  2161. 0.99625 0.61534 moveto
  2162. 1 0.61534 lineto
  2163. stroke
  2164. grestore
  2165. [( )] 1.0375 0.30902 -1 0 90 Mrotshowa
  2166. gsave
  2167. 0.002 setlinewidth
  2168. 1 0 moveto
  2169. 1 0.61803 lineto
  2170. stroke
  2171. grestore
  2172. grestore
  2173. gsave
  2174. gsave
  2175. 0.002 setlinewidth
  2176. 0 0.30902 moveto
  2177. 1 0.30902 lineto
  2178. stroke
  2179. grestore
  2180. gsave
  2181. 0.002 setlinewidth
  2182. 0.72789 0 moveto
  2183. 0.72789 0.61803 lineto
  2184. stroke
  2185. grestore
  2186. grestore
  2187. gsave
  2188. gsave
  2189. gsave
  2190. 0.0051 setlinewidth
  2191. 0.72789 0.30902 moveto
  2192. 0.54558 0.30902 lineto
  2193. stroke
  2194. grestore
  2195. grestore
  2196. gsave
  2197. gsave
  2198. [(X)] 0.72789 0.30902 0 0 Mshowa
  2199. [(X)] 0.54558 0.30902 0 0 Mshowa
  2200. [(X)] 0.36327 0.05375 0 0 Mshowa
  2201. [(X)] 0.36327 0.56429 0 0 Mshowa
  2202. grestore
  2203. grestore
  2204. gsave
  2205. gsave
  2206. 0.0051 setlinewidth
  2207. 0.36327 0.05375 moveto
  2208. 0.3632 0.05377 lineto
  2209. 0.36313 0.0538 lineto
  2210. 0.36306 0.05382 lineto
  2211. 0.36298 0.05385 lineto
  2212. 0.3629 0.05388 lineto
  2213. 0.3628 0.05392 lineto
  2214. 0.3627 0.05395 lineto
  2215. 0.36259 0.05399 lineto
  2216. 0.36247 0.05403 lineto
  2217. 0.36235 0.05408 lineto
  2218. 0.36221 0.05413 lineto
  2219. 0.36206 0.05418 lineto
  2220. 0.3619 0.05424 lineto
  2221. 0.36173 0.0543 lineto
  2222. 0.36154 0.05437 lineto
  2223. 0.36133 0.05444 lineto
  2224. 0.36111 0.05451 lineto
  2225. 0.36087 0.0546 lineto
  2226. 0.36061 0.05469 lineto
  2227. 0.36033 0.05478 lineto
  2228. 0.36003 0.05489 lineto
  2229. 0.3597 0.055 lineto
  2230. 0.35934 0.05512 lineto
  2231. 0.35896 0.05525 lineto
  2232. 0.35854 0.05538 lineto
  2233. 0.35809 0.05553 lineto
  2234. 0.35759 0.05569 lineto
  2235. 0.35714 0.05584 lineto
  2236. 0.35706 0.05587 lineto
  2237. 0.35648 0.05605 lineto
  2238. 0.35585 0.05625 lineto
  2239. 0.35516 0.05646 lineto
  2240. 0.35442 0.05668 lineto
  2241. 0.35361 0.05693 lineto
  2242. 0.35274 0.05719 lineto
  2243. 0.35178 0.05746 lineto
  2244. 0.35074 0.05775 lineto
  2245. 0.34961 0.05807 lineto
  2246. 0.34838 0.0584 lineto
  2247. 0.34705 0.05875 lineto
  2248. 0.34559 0.05912 lineto
  2249. 0.344 0.05951 lineto
  2250. 0.34227 0.05992 lineto
  2251. 0.34039 0.06034 lineto
  2252. 0.33834 0.06079 lineto
  2253. 0.33611 0.06124 lineto
  2254. 0.33368 0.06172 lineto
  2255. 0.33104 0.0622 lineto
  2256. 0.32817 0.06268 lineto
  2257. Mistroke
  2258. 0.32506 0.06317 lineto
  2259. 0.3217 0.06364 lineto
  2260. 0.31806 0.06411 lineto
  2261. 0.31414 0.06455 lineto
  2262. 0.30992 0.06496 lineto
  2263. 0.3054 0.06533 lineto
  2264. 0.30057 0.06565 lineto
  2265. 0.29542 0.06591 lineto
  2266. 0.28997 0.06609 lineto
  2267. 0.2842 0.06619 lineto
  2268. 0.27813 0.06619 lineto
  2269. 0.27176 0.06609 lineto
  2270. 0.26511 0.06588 lineto
  2271. 0.25819 0.06555 lineto
  2272. 0.25101 0.0651 lineto
  2273. 0.24358 0.06451 lineto
  2274. 0.23592 0.0638 lineto
  2275. 0.22804 0.06295 lineto
  2276. 0.21995 0.06196 lineto
  2277. 0.21166 0.06084 lineto
  2278. 0.20319 0.05958 lineto
  2279. 0.19453 0.05818 lineto
  2280. 0.18569 0.05665 lineto
  2281. 0.17669 0.05498 lineto
  2282. 0.16752 0.05318 lineto
  2283. 0.15819 0.05124 lineto
  2284. 0.1487 0.04917 lineto
  2285. 0.13905 0.04697 lineto
  2286. 0.12925 0.04464 lineto
  2287. 0.11928 0.04218 lineto
  2288. 0.10917 0.03959 lineto
  2289. 0.09889 0.03687 lineto
  2290. 0.08845 0.03402 lineto
  2291. 0.07785 0.03104 lineto
  2292. 0.06709 0.02794 lineto
  2293. 0.05616 0.02471 lineto
  2294. 0.04506 0.02135 lineto
  2295. 0.03379 0.01786 lineto
  2296. 0.02381 0.01472 lineto
  2297. Mfstroke
  2298. grestore
  2299. grestore
  2300. gsave
  2301. gsave
  2302. 0.0051 setlinewidth
  2303. 0.36327 0.56429 moveto
  2304. 0.3632 0.56426 lineto
  2305. 0.36313 0.56424 lineto
  2306. 0.36306 0.56421 lineto
  2307. 0.36298 0.56418 lineto
  2308. 0.3629 0.56415 lineto
  2309. 0.3628 0.56412 lineto
  2310. 0.3627 0.56408 lineto
  2311. 0.36259 0.56404 lineto
  2312. 0.36247 0.564 lineto
  2313. 0.36235 0.56395 lineto
  2314. 0.36221 0.56391 lineto
  2315. 0.36206 0.56385 lineto
  2316. 0.3619 0.5638 lineto
  2317. 0.36173 0.56373 lineto
  2318. 0.36154 0.56367 lineto
  2319. 0.36133 0.5636 lineto
  2320. 0.36111 0.56352 lineto
  2321. 0.36087 0.56344 lineto
  2322. 0.36061 0.56335 lineto
  2323. 0.36033 0.56325 lineto
  2324. 0.36003 0.56315 lineto
  2325. 0.3597 0.56304 lineto
  2326. 0.35934 0.56292 lineto
  2327. 0.35896 0.56279 lineto
  2328. 0.35854 0.56265 lineto
  2329. 0.35809 0.5625 lineto
  2330. 0.35759 0.56234 lineto
  2331. 0.35714 0.56219 lineto
  2332. 0.35706 0.56217 lineto
  2333. 0.35648 0.56198 lineto
  2334. 0.35585 0.56179 lineto
  2335. 0.35516 0.56158 lineto
  2336. 0.35442 0.56135 lineto
  2337. 0.35361 0.56111 lineto
  2338. 0.35274 0.56085 lineto
  2339. 0.35178 0.56057 lineto
  2340. 0.35074 0.56028 lineto
  2341. 0.34961 0.55997 lineto
  2342. 0.34838 0.55964 lineto
  2343. 0.34705 0.55929 lineto
  2344. 0.34559 0.55892 lineto
  2345. 0.344 0.55853 lineto
  2346. 0.34227 0.55812 lineto
  2347. 0.34039 0.55769 lineto
  2348. 0.33834 0.55725 lineto
  2349. 0.33611 0.55679 lineto
  2350. 0.33368 0.55632 lineto
  2351. 0.33104 0.55584 lineto
  2352. 0.32817 0.55535 lineto
  2353. Mistroke
  2354. 0.32506 0.55487 lineto
  2355. 0.3217 0.55439 lineto
  2356. 0.31806 0.55393 lineto
  2357. 0.31414 0.55348 lineto
  2358. 0.30992 0.55307 lineto
  2359. 0.3054 0.5527 lineto
  2360. 0.30057 0.55238 lineto
  2361. 0.29542 0.55212 lineto
  2362. 0.28997 0.55194 lineto
  2363. 0.2842 0.55184 lineto
  2364. 0.27813 0.55184 lineto
  2365. 0.27176 0.55194 lineto
  2366. 0.26511 0.55215 lineto
  2367. 0.25819 0.55248 lineto
  2368. 0.25101 0.55294 lineto
  2369. 0.24358 0.55352 lineto
  2370. 0.23592 0.55424 lineto
  2371. 0.22804 0.55509 lineto
  2372. 0.21995 0.55607 lineto
  2373. 0.21166 0.5572 lineto
  2374. 0.20319 0.55846 lineto
  2375. 0.19453 0.55985 lineto
  2376. 0.18569 0.56139 lineto
  2377. 0.17669 0.56305 lineto
  2378. 0.16752 0.56486 lineto
  2379. 0.15819 0.56679 lineto
  2380. 0.1487 0.56886 lineto
  2381. 0.13905 0.57106 lineto
  2382. 0.12925 0.5734 lineto
  2383. 0.11928 0.57586 lineto
  2384. 0.10917 0.57845 lineto
  2385. 0.09889 0.58117 lineto
  2386. 0.08845 0.58401 lineto
  2387. 0.07785 0.58699 lineto
  2388. 0.06709 0.59009 lineto
  2389. 0.05616 0.59332 lineto
  2390. 0.04506 0.59668 lineto
  2391. 0.03379 0.60017 lineto
  2392. 0.02381 0.60332 lineto
  2393. Mfstroke
  2394. grestore
  2395. grestore
  2396. gsave
  2397. gsave
  2398. 0.0051 setlinewidth
  2399. 0.54558 0.30902 moveto
  2400. 0.54613 0.30902 lineto
  2401. 0.54672 0.30902 lineto
  2402. 0.54737 0.30902 lineto
  2403. 0.54807 0.30902 lineto
  2404. 0.54883 0.30902 lineto
  2405. 0.54966 0.30902 lineto
  2406. 0.55057 0.30902 lineto
  2407. 0.55155 0.30902 lineto
  2408. 0.55263 0.30902 lineto
  2409. 0.5538 0.30902 lineto
  2410. 0.55508 0.30902 lineto
  2411. 0.55648 0.30902 lineto
  2412. 0.55802 0.30902 lineto
  2413. 0.55971 0.30902 lineto
  2414. 0.56156 0.30902 lineto
  2415. 0.56361 0.30902 lineto
  2416. 0.56587 0.30902 lineto
  2417. 0.56838 0.30902 lineto
  2418. 0.57118 0.30902 lineto
  2419. 0.57431 0.30902 lineto
  2420. 0.57784 0.30902 lineto
  2421. 0.58186 0.30902 lineto
  2422. 0.58647 0.30902 lineto
  2423. 0.59187 0.30902 lineto
  2424. 0.59836 0.30902 lineto
  2425. 0.6065 0.30902 lineto
  2426. 0.61788 0.30902 lineto
  2427. 0.64286 0.30902 lineto
  2428. 0.64294 0.30428 lineto
  2429. 0.64352 0.2953 lineto
  2430. 0.64415 0.28986 lineto
  2431. 0.64484 0.28535 lineto
  2432. 0.64558 0.2813 lineto
  2433. 0.64639 0.2775 lineto
  2434. 0.64726 0.27387 lineto
  2435. 0.64822 0.27032 lineto
  2436. 0.64926 0.26683 lineto
  2437. 0.65039 0.26337 lineto
  2438. 0.65162 0.25991 lineto
  2439. 0.65295 0.25644 lineto
  2440. 0.65441 0.25294 lineto
  2441. 0.656 0.2494 lineto
  2442. 0.65773 0.24582 lineto
  2443. 0.65961 0.24219 lineto
  2444. 0.66166 0.23849 lineto
  2445. 0.66389 0.23474 lineto
  2446. 0.66632 0.23091 lineto
  2447. 0.66896 0.22702 lineto
  2448. 0.67183 0.22307 lineto
  2449. Mistroke
  2450. 0.67494 0.21904 lineto
  2451. 0.6783 0.21495 lineto
  2452. 0.68194 0.21079 lineto
  2453. 0.68586 0.20658 lineto
  2454. 0.69008 0.20232 lineto
  2455. 0.6946 0.19801 lineto
  2456. 0.69943 0.19365 lineto
  2457. 0.70458 0.18927 lineto
  2458. 0.71003 0.18487 lineto
  2459. 0.7158 0.18044 lineto
  2460. 0.72187 0.17601 lineto
  2461. 0.72824 0.17158 lineto
  2462. 0.73489 0.16714 lineto
  2463. 0.74181 0.16271 lineto
  2464. 0.74899 0.15829 lineto
  2465. 0.75642 0.15387 lineto
  2466. 0.76408 0.14947 lineto
  2467. 0.77196 0.14507 lineto
  2468. 0.78005 0.14068 lineto
  2469. 0.78834 0.13629 lineto
  2470. 0.79681 0.13191 lineto
  2471. 0.80547 0.12752 lineto
  2472. 0.81431 0.12313 lineto
  2473. 0.82331 0.11872 lineto
  2474. 0.83248 0.11431 lineto
  2475. 0.84181 0.10987 lineto
  2476. 0.8513 0.10542 lineto
  2477. 0.86095 0.10093 lineto
  2478. 0.87075 0.09642 lineto
  2479. 0.88072 0.09188 lineto
  2480. 0.89083 0.08729 lineto
  2481. 0.90111 0.08266 lineto
  2482. 0.91155 0.07799 lineto
  2483. 0.92215 0.07327 lineto
  2484. 0.93291 0.06849 lineto
  2485. 0.94384 0.06366 lineto
  2486. 0.95494 0.05877 lineto
  2487. 0.96621 0.05382 lineto
  2488. 0.97619 0.04943 lineto
  2489. Mfstroke
  2490. grestore
  2491. grestore
  2492. gsave
  2493. gsave
  2494. 0.0051 setlinewidth
  2495. 0.72789 0.30902 moveto
  2496. 0.72747 0.30902 lineto
  2497. 0.72701 0.30902 lineto
  2498. 0.72651 0.30902 lineto
  2499. 0.72597 0.30902 lineto
  2500. 0.72538 0.30902 lineto
  2501. 0.72473 0.30902 lineto
  2502. 0.72403 0.30902 lineto
  2503. 0.72326 0.30902 lineto
  2504. 0.72242 0.30902 lineto
  2505. 0.72151 0.30902 lineto
  2506. 0.7205 0.30902 lineto
  2507. 0.7194 0.30902 lineto
  2508. 0.71818 0.30902 lineto
  2509. 0.71684 0.30902 lineto
  2510. 0.71536 0.30902 lineto
  2511. 0.71372 0.30902 lineto
  2512. 0.7119 0.30902 lineto
  2513. 0.70987 0.30902 lineto
  2514. 0.70759 0.30902 lineto
  2515. 0.70502 0.30902 lineto
  2516. 0.7021 0.30902 lineto
  2517. 0.69874 0.30902 lineto
  2518. 0.69484 0.30902 lineto
  2519. 0.69021 0.30902 lineto
  2520. 0.68457 0.30902 lineto
  2521. 0.67732 0.30902 lineto
  2522. 0.66693 0.30902 lineto
  2523. 0.64286 0.30902 lineto
  2524. 0.64294 0.31375 lineto
  2525. 0.64352 0.32273 lineto
  2526. 0.64415 0.32817 lineto
  2527. 0.64484 0.33268 lineto
  2528. 0.64558 0.33673 lineto
  2529. 0.64639 0.34053 lineto
  2530. 0.64726 0.34417 lineto
  2531. 0.64822 0.34771 lineto
  2532. 0.64926 0.3512 lineto
  2533. 0.65039 0.35466 lineto
  2534. 0.65162 0.35812 lineto
  2535. 0.65295 0.3616 lineto
  2536. 0.65441 0.3651 lineto
  2537. 0.656 0.36863 lineto
  2538. 0.65773 0.37221 lineto
  2539. 0.65961 0.37585 lineto
  2540. 0.66166 0.37954 lineto
  2541. 0.66389 0.3833 lineto
  2542. 0.66632 0.38712 lineto
  2543. 0.66896 0.39101 lineto
  2544. 0.67183 0.39497 lineto
  2545. Mistroke
  2546. 0.67494 0.39899 lineto
  2547. 0.6783 0.40309 lineto
  2548. 0.68194 0.40724 lineto
  2549. 0.68586 0.41145 lineto
  2550. 0.69008 0.41572 lineto
  2551. 0.6946 0.42003 lineto
  2552. 0.69943 0.42438 lineto
  2553. 0.70458 0.42876 lineto
  2554. 0.71003 0.43317 lineto
  2555. 0.7158 0.43759 lineto
  2556. 0.72187 0.44202 lineto
  2557. 0.72824 0.44646 lineto
  2558. 0.73489 0.45089 lineto
  2559. 0.74181 0.45532 lineto
  2560. 0.74899 0.45975 lineto
  2561. 0.75642 0.46416 lineto
  2562. 0.76408 0.46857 lineto
  2563. 0.77196 0.47296 lineto
  2564. 0.78005 0.47735 lineto
  2565. 0.78834 0.48174 lineto
  2566. 0.79681 0.48613 lineto
  2567. 0.80547 0.49051 lineto
  2568. 0.81431 0.49491 lineto
  2569. 0.82331 0.49931 lineto
  2570. 0.83248 0.50373 lineto
  2571. 0.84181 0.50816 lineto
  2572. 0.8513 0.51262 lineto
  2573. 0.86095 0.5171 lineto
  2574. 0.87075 0.52161 lineto
  2575. 0.88072 0.52616 lineto
  2576. 0.89083 0.53074 lineto
  2577. 0.90111 0.53537 lineto
  2578. 0.91155 0.54004 lineto
  2579. 0.92215 0.54476 lineto
  2580. 0.93291 0.54954 lineto
  2581. 0.94384 0.55437 lineto
  2582. 0.95494 0.55926 lineto
  2583. 0.96621 0.56422 lineto
  2584. 0.97619 0.5686 lineto
  2585. Mfstroke
  2586. grestore
  2587. grestore
  2588. grestore
  2589. 0 0 moveto
  2590. 1 0 lineto
  2591. 1 0.61803 lineto
  2592. 0 0.61803 lineto
  2593. closepath
  2594. clip
  2595. newpath
  2596. % End of Graphics
  2597. MathPictureEnd
  2598. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; endGroup; endGroup; ]
  2599. The Unformatted text for this cell was not generated.
  2600. Use options in the Actions Settings dialog box to control
  2601. when Unformatted text is generated.
  2602. ;[o]
  2603. -Graphics-
  2604. :[font = subsection; inactive; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  2605. Example 3
  2606. :[font = input; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; animationSpeed = 2; infiniteLoop; loopDistance = 1; ]
  2607. g1 = (s+0.4)/s^2/(s+3.6);
  2608. SequenceForm["The transfer function: ", g1]
  2609. RootLocus[g1,s,{k,0,10}]
  2610.  
  2611. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; ]
  2612. "The transfer function: "(0.4 + s)/(s^2*(3.6 + s))
  2613. ;[o]
  2614.                          0.4 + s
  2615. The transfer function: ------------
  2616.                         2
  2617.                        s  (3.6 + s)
  2618. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; pictureLeft = 22; pictureWidth = 462; pictureHeight = 286; ]
  2619. %!
  2620. %%Creator: Mathematica
  2621. %%AspectRatio: 0.61803 
  2622. MathPictureStart
  2623. /Courier findfont 10  scalefont  setfont
  2624. % Scaling calculations
  2625. 0.97619 0.26455 0.309017 0.119346 [
  2626. [(-3.5)] 0.05026 0 0 2 0 Minner Mrotsboxa
  2627. [(-3)] 0.18254 0 0 2 0 Minner Mrotsboxa
  2628. [(-2.5)] 0.31481 0 0 2 0 Minner Mrotsboxa
  2629. [(-2)] 0.44709 0 0 2 0 Minner Mrotsboxa
  2630. [(-1.5)] 0.57937 0 0 2 0 Minner Mrotsboxa
  2631. [(-1)] 0.71164 0 0 2 0 Minner Mrotsboxa
  2632. [(-0.5)] 0.84392 0 0 2 0 Minner Mrotsboxa
  2633. [(0)] 0.97619 0 0 2 0 Minner Mrotsboxa
  2634. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotsboxa
  2635. [(-2)] -0.0125 0.07033 1 0 0 Minner Mrotsboxa
  2636. [(-1)] -0.0125 0.18967 1 0 0 Minner Mrotsboxa
  2637. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotsboxa
  2638. [(1)] -0.0125 0.42836 1 0 0 Minner Mrotsboxa
  2639. [(2)] -0.0125 0.54771 1 0 0 Minner Mrotsboxa
  2640. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotsboxa
  2641. [(Root Locus)] 0.5 0.61803 0 -4 Msboxa
  2642. [( )] 1.0375 0.30902 -1 0 90 Mrotsboxa
  2643. [(X)] 0.97619 0.30902 0 0 Msboxa
  2644. [(X)] 0.97619 0.30902 0 0 Msboxa
  2645. [(X)] 0.02381 0.30902 0 0 Msboxa
  2646. [(O)] 0.87037 0.30902 0 0 Msboxa
  2647. [ -0.001 -0.001 0 0 ]
  2648. [ 1.001 0.61903 0 0 ]
  2649. ] MathScale
  2650. % Start of Graphics
  2651. 1 setlinecap
  2652. 1 setlinejoin
  2653. newpath
  2654. %%Object: Graphics
  2655. [ ] 0 setdash
  2656. 0 setgray
  2657. gsave
  2658. gsave
  2659. 0 0 0.5 setrgbcolor
  2660. 0.001 setlinewidth
  2661. 0.05026 0 moveto
  2662. 0.05026 0.61803 lineto
  2663. stroke
  2664. grestore
  2665. gsave
  2666. 0 0 0.5 setrgbcolor
  2667. 0.001 setlinewidth
  2668. 0.18254 0 moveto
  2669. 0.18254 0.61803 lineto
  2670. stroke
  2671. grestore
  2672. gsave
  2673. 0 0 0.5 setrgbcolor
  2674. 0.001 setlinewidth
  2675. 0.31481 0 moveto
  2676. 0.31481 0.61803 lineto
  2677. stroke
  2678. grestore
  2679. gsave
  2680. 0 0 0.5 setrgbcolor
  2681. 0.001 setlinewidth
  2682. 0.44709 0 moveto
  2683. 0.44709 0.61803 lineto
  2684. stroke
  2685. grestore
  2686. gsave
  2687. 0 0 0.5 setrgbcolor
  2688. 0.001 setlinewidth
  2689. 0.57937 0 moveto
  2690. 0.57937 0.61803 lineto
  2691. stroke
  2692. grestore
  2693. gsave
  2694. 0 0 0.5 setrgbcolor
  2695. 0.001 setlinewidth
  2696. 0.71164 0 moveto
  2697. 0.71164 0.61803 lineto
  2698. stroke
  2699. grestore
  2700. gsave
  2701. 0 0 0.5 setrgbcolor
  2702. 0.001 setlinewidth
  2703. 0.84392 0 moveto
  2704. 0.84392 0.61803 lineto
  2705. stroke
  2706. grestore
  2707. gsave
  2708. 0 0 0.5 setrgbcolor
  2709. 0.001 setlinewidth
  2710. 0 0.07033 moveto
  2711. 1 0.07033 lineto
  2712. stroke
  2713. grestore
  2714. gsave
  2715. 0 0 0.5 setrgbcolor
  2716. 0.001 setlinewidth
  2717. 0 0.18967 moveto
  2718. 1 0.18967 lineto
  2719. stroke
  2720. grestore
  2721. gsave
  2722. 0 0 0.5 setrgbcolor
  2723. 0.001 setlinewidth
  2724. 0 0.30902 moveto
  2725. 1 0.30902 lineto
  2726. stroke
  2727. grestore
  2728. gsave
  2729. 0 0 0.5 setrgbcolor
  2730. 0.001 setlinewidth
  2731. 0 0.42836 moveto
  2732. 1 0.42836 lineto
  2733. stroke
  2734. grestore
  2735. gsave
  2736. 0 0 0.5 setrgbcolor
  2737. 0.001 setlinewidth
  2738. 0 0.54771 moveto
  2739. 1 0.54771 lineto
  2740. stroke
  2741. grestore
  2742. gsave
  2743. 0.002 setlinewidth
  2744. 0.05026 0 moveto
  2745. 0.05026 0.00625 lineto
  2746. stroke
  2747. grestore
  2748. [(-3.5)] 0.05026 0 0 2 0 Minner Mrotshowa
  2749. gsave
  2750. 0.002 setlinewidth
  2751. 0.18254 0 moveto
  2752. 0.18254 0.00625 lineto
  2753. stroke
  2754. grestore
  2755. [(-3)] 0.18254 0 0 2 0 Minner Mrotshowa
  2756. gsave
  2757. 0.002 setlinewidth
  2758. 0.31481 0 moveto
  2759. 0.31481 0.00625 lineto
  2760. stroke
  2761. grestore
  2762. [(-2.5)] 0.31481 0 0 2 0 Minner Mrotshowa
  2763. gsave
  2764. 0.002 setlinewidth
  2765. 0.44709 0 moveto
  2766. 0.44709 0.00625 lineto
  2767. stroke
  2768. grestore
  2769. [(-2)] 0.44709 0 0 2 0 Minner Mrotshowa
  2770. gsave
  2771. 0.002 setlinewidth
  2772. 0.57937 0 moveto
  2773. 0.57937 0.00625 lineto
  2774. stroke
  2775. grestore
  2776. [(-1.5)] 0.57937 0 0 2 0 Minner Mrotshowa
  2777. gsave
  2778. 0.002 setlinewidth
  2779. 0.71164 0 moveto
  2780. 0.71164 0.00625 lineto
  2781. stroke
  2782. grestore
  2783. [(-1)] 0.71164 0 0 2 0 Minner Mrotshowa
  2784. gsave
  2785. 0.002 setlinewidth
  2786. 0.84392 0 moveto
  2787. 0.84392 0.00625 lineto
  2788. stroke
  2789. grestore
  2790. [(-0.5)] 0.84392 0 0 2 0 Minner Mrotshowa
  2791. gsave
  2792. 0.002 setlinewidth
  2793. 0.97619 0 moveto
  2794. 0.97619 0.00625 lineto
  2795. stroke
  2796. grestore
  2797. [(0)] 0.97619 0 0 2 0 Minner Mrotshowa
  2798. gsave
  2799. 0.001 setlinewidth
  2800. 0.07672 0 moveto
  2801. 0.07672 0.00375 lineto
  2802. stroke
  2803. grestore
  2804. gsave
  2805. 0.001 setlinewidth
  2806. 0.10317 0 moveto
  2807. 0.10317 0.00375 lineto
  2808. stroke
  2809. grestore
  2810. gsave
  2811. 0.001 setlinewidth
  2812. 0.12963 0 moveto
  2813. 0.12963 0.00375 lineto
  2814. stroke
  2815. grestore
  2816. gsave
  2817. 0.001 setlinewidth
  2818. 0.15608 0 moveto
  2819. 0.15608 0.00375 lineto
  2820. stroke
  2821. grestore
  2822. gsave
  2823. 0.001 setlinewidth
  2824. 0.20899 0 moveto
  2825. 0.20899 0.00375 lineto
  2826. stroke
  2827. grestore
  2828. gsave
  2829. 0.001 setlinewidth
  2830. 0.23545 0 moveto
  2831. 0.23545 0.00375 lineto
  2832. stroke
  2833. grestore
  2834. gsave
  2835. 0.001 setlinewidth
  2836. 0.2619 0 moveto
  2837. 0.2619 0.00375 lineto
  2838. stroke
  2839. grestore
  2840. gsave
  2841. 0.001 setlinewidth
  2842. 0.28836 0 moveto
  2843. 0.28836 0.00375 lineto
  2844. stroke
  2845. grestore
  2846. gsave
  2847. 0.001 setlinewidth
  2848. 0.34127 0 moveto
  2849. 0.34127 0.00375 lineto
  2850. stroke
  2851. grestore
  2852. gsave
  2853. 0.001 setlinewidth
  2854. 0.36772 0 moveto
  2855. 0.36772 0.00375 lineto
  2856. stroke
  2857. grestore
  2858. gsave
  2859. 0.001 setlinewidth
  2860. 0.39418 0 moveto
  2861. 0.39418 0.00375 lineto
  2862. stroke
  2863. grestore
  2864. gsave
  2865. 0.001 setlinewidth
  2866. 0.42063 0 moveto
  2867. 0.42063 0.00375 lineto
  2868. stroke
  2869. grestore
  2870. gsave
  2871. 0.001 setlinewidth
  2872. 0.47354 0 moveto
  2873. 0.47354 0.00375 lineto
  2874. stroke
  2875. grestore
  2876. gsave
  2877. 0.001 setlinewidth
  2878. 0.5 0 moveto
  2879. 0.5 0.00375 lineto
  2880. stroke
  2881. grestore
  2882. gsave
  2883. 0.001 setlinewidth
  2884. 0.52646 0 moveto
  2885. 0.52646 0.00375 lineto
  2886. stroke
  2887. grestore
  2888. gsave
  2889. 0.001 setlinewidth
  2890. 0.55291 0 moveto
  2891. 0.55291 0.00375 lineto
  2892. stroke
  2893. grestore
  2894. gsave
  2895. 0.001 setlinewidth
  2896. 0.60582 0 moveto
  2897. 0.60582 0.00375 lineto
  2898. stroke
  2899. grestore
  2900. gsave
  2901. 0.001 setlinewidth
  2902. 0.63228 0 moveto
  2903. 0.63228 0.00375 lineto
  2904. stroke
  2905. grestore
  2906. gsave
  2907. 0.001 setlinewidth
  2908. 0.65873 0 moveto
  2909. 0.65873 0.00375 lineto
  2910. stroke
  2911. grestore
  2912. gsave
  2913. 0.001 setlinewidth
  2914. 0.68519 0 moveto
  2915. 0.68519 0.00375 lineto
  2916. stroke
  2917. grestore
  2918. gsave
  2919. 0.001 setlinewidth
  2920. 0.7381 0 moveto
  2921. 0.7381 0.00375 lineto
  2922. stroke
  2923. grestore
  2924. gsave
  2925. 0.001 setlinewidth
  2926. 0.76455 0 moveto
  2927. 0.76455 0.00375 lineto
  2928. stroke
  2929. grestore
  2930. gsave
  2931. 0.001 setlinewidth
  2932. 0.79101 0 moveto
  2933. 0.79101 0.00375 lineto
  2934. stroke
  2935. grestore
  2936. gsave
  2937. 0.001 setlinewidth
  2938. 0.81746 0 moveto
  2939. 0.81746 0.00375 lineto
  2940. stroke
  2941. grestore
  2942. gsave
  2943. 0.001 setlinewidth
  2944. 0.87037 0 moveto
  2945. 0.87037 0.00375 lineto
  2946. stroke
  2947. grestore
  2948. gsave
  2949. 0.001 setlinewidth
  2950. 0.89683 0 moveto
  2951. 0.89683 0.00375 lineto
  2952. stroke
  2953. grestore
  2954. gsave
  2955. 0.001 setlinewidth
  2956. 0.92328 0 moveto
  2957. 0.92328 0.00375 lineto
  2958. stroke
  2959. grestore
  2960. gsave
  2961. 0.001 setlinewidth
  2962. 0.94974 0 moveto
  2963. 0.94974 0.00375 lineto
  2964. stroke
  2965. grestore
  2966. gsave
  2967. 0.001 setlinewidth
  2968. 0.02381 0 moveto
  2969. 0.02381 0.00375 lineto
  2970. stroke
  2971. grestore
  2972. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotshowa
  2973. gsave
  2974. 0.002 setlinewidth
  2975. 0 0 moveto
  2976. 1 0 lineto
  2977. stroke
  2978. grestore
  2979. gsave
  2980. 0.002 setlinewidth
  2981. 0 0.07033 moveto
  2982. 0.00625 0.07033 lineto
  2983. stroke
  2984. grestore
  2985. [(-2)] -0.0125 0.07033 1 0 0 Minner Mrotshowa
  2986. gsave
  2987. 0.002 setlinewidth
  2988. 0 0.18967 moveto
  2989. 0.00625 0.18967 lineto
  2990. stroke
  2991. grestore
  2992. [(-1)] -0.0125 0.18967 1 0 0 Minner Mrotshowa
  2993. gsave
  2994. 0.002 setlinewidth
  2995. 0 0.30902 moveto
  2996. 0.00625 0.30902 lineto
  2997. stroke
  2998. grestore
  2999. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotshowa
  3000. gsave
  3001. 0.002 setlinewidth
  3002. 0 0.42836 moveto
  3003. 0.00625 0.42836 lineto
  3004. stroke
  3005. grestore
  3006. [(1)] -0.0125 0.42836 1 0 0 Minner Mrotshowa
  3007. gsave
  3008. 0.002 setlinewidth
  3009. 0 0.54771 moveto
  3010. 0.00625 0.54771 lineto
  3011. stroke
  3012. grestore
  3013. [(2)] -0.0125 0.54771 1 0 0 Minner Mrotshowa
  3014. gsave
  3015. 0.001 setlinewidth
  3016. 0 0.09419 moveto
  3017. 0.00375 0.09419 lineto
  3018. stroke
  3019. grestore
  3020. gsave
  3021. 0.001 setlinewidth
  3022. 0 0.11806 moveto
  3023. 0.00375 0.11806 lineto
  3024. stroke
  3025. grestore
  3026. gsave
  3027. 0.001 setlinewidth
  3028. 0 0.14193 moveto
  3029. 0.00375 0.14193 lineto
  3030. stroke
  3031. grestore
  3032. gsave
  3033. 0.001 setlinewidth
  3034. 0 0.1658 moveto
  3035. 0.00375 0.1658 lineto
  3036. stroke
  3037. grestore
  3038. gsave
  3039. 0.001 setlinewidth
  3040. 0 0.21354 moveto
  3041. 0.00375 0.21354 lineto
  3042. stroke
  3043. grestore
  3044. gsave
  3045. 0.001 setlinewidth
  3046. 0 0.23741 moveto
  3047. 0.00375 0.23741 lineto
  3048. stroke
  3049. grestore
  3050. gsave
  3051. 0.001 setlinewidth
  3052. 0 0.26128 moveto
  3053. 0.00375 0.26128 lineto
  3054. stroke
  3055. grestore
  3056. gsave
  3057. 0.001 setlinewidth
  3058. 0 0.28515 moveto
  3059. 0.00375 0.28515 lineto
  3060. stroke
  3061. grestore
  3062. gsave
  3063. 0.001 setlinewidth
  3064. 0 0.33289 moveto
  3065. 0.00375 0.33289 lineto
  3066. stroke
  3067. grestore
  3068. gsave
  3069. 0.001 setlinewidth
  3070. 0 0.35676 moveto
  3071. 0.00375 0.35676 lineto
  3072. stroke
  3073. grestore
  3074. gsave
  3075. 0.001 setlinewidth
  3076. 0 0.38062 moveto
  3077. 0.00375 0.38062 lineto
  3078. stroke
  3079. grestore
  3080. gsave
  3081. 0.001 setlinewidth
  3082. 0 0.40449 moveto
  3083. 0.00375 0.40449 lineto
  3084. stroke
  3085. grestore
  3086. gsave
  3087. 0.001 setlinewidth
  3088. 0 0.45223 moveto
  3089. 0.00375 0.45223 lineto
  3090. stroke
  3091. grestore
  3092. gsave
  3093. 0.001 setlinewidth
  3094. 0 0.4761 moveto
  3095. 0.00375 0.4761 lineto
  3096. stroke
  3097. grestore
  3098. gsave
  3099. 0.001 setlinewidth
  3100. 0 0.49997 moveto
  3101. 0.00375 0.49997 lineto
  3102. stroke
  3103. grestore
  3104. gsave
  3105. 0.001 setlinewidth
  3106. 0 0.52384 moveto
  3107. 0.00375 0.52384 lineto
  3108. stroke
  3109. grestore
  3110. gsave
  3111. 0.001 setlinewidth
  3112. 0 0.04646 moveto
  3113. 0.00375 0.04646 lineto
  3114. stroke
  3115. grestore
  3116. gsave
  3117. 0.001 setlinewidth
  3118. 0 0.02259 moveto
  3119. 0.00375 0.02259 lineto
  3120. stroke
  3121. grestore
  3122. gsave
  3123. 0.001 setlinewidth
  3124. 0 0.57158 moveto
  3125. 0.00375 0.57158 lineto
  3126. stroke
  3127. grestore
  3128. gsave
  3129. 0.001 setlinewidth
  3130. 0 0.59545 moveto
  3131. 0.00375 0.59545 lineto
  3132. stroke
  3133. grestore
  3134. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotshowa
  3135. gsave
  3136. 0.002 setlinewidth
  3137. 0 0 moveto
  3138. 0 0.61803 lineto
  3139. stroke
  3140. grestore
  3141. grestore
  3142. gsave
  3143. gsave
  3144. 0.002 setlinewidth
  3145. 0.05026 0.61178 moveto
  3146. 0.05026 0.61803 lineto
  3147. stroke
  3148. grestore
  3149. gsave
  3150. 0.002 setlinewidth
  3151. 0.18254 0.61178 moveto
  3152. 0.18254 0.61803 lineto
  3153. stroke
  3154. grestore
  3155. gsave
  3156. 0.002 setlinewidth
  3157. 0.31481 0.61178 moveto
  3158. 0.31481 0.61803 lineto
  3159. stroke
  3160. grestore
  3161. gsave
  3162. 0.002 setlinewidth
  3163. 0.44709 0.61178 moveto
  3164. 0.44709 0.61803 lineto
  3165. stroke
  3166. grestore
  3167. gsave
  3168. 0.002 setlinewidth
  3169. 0.57937 0.61178 moveto
  3170. 0.57937 0.61803 lineto
  3171. stroke
  3172. grestore
  3173. gsave
  3174. 0.002 setlinewidth
  3175. 0.71164 0.61178 moveto
  3176. 0.71164 0.61803 lineto
  3177. stroke
  3178. grestore
  3179. gsave
  3180. 0.002 setlinewidth
  3181. 0.84392 0.61178 moveto
  3182. 0.84392 0.61803 lineto
  3183. stroke
  3184. grestore
  3185. gsave
  3186. 0.002 setlinewidth
  3187. 0.97619 0.61178 moveto
  3188. 0.97619 0.61803 lineto
  3189. stroke
  3190. grestore
  3191. gsave
  3192. 0.001 setlinewidth
  3193. 0.07672 0.61428 moveto
  3194. 0.07672 0.61803 lineto
  3195. stroke
  3196. grestore
  3197. gsave
  3198. 0.001 setlinewidth
  3199. 0.10317 0.61428 moveto
  3200. 0.10317 0.61803 lineto
  3201. stroke
  3202. grestore
  3203. gsave
  3204. 0.001 setlinewidth
  3205. 0.12963 0.61428 moveto
  3206. 0.12963 0.61803 lineto
  3207. stroke
  3208. grestore
  3209. gsave
  3210. 0.001 setlinewidth
  3211. 0.15608 0.61428 moveto
  3212. 0.15608 0.61803 lineto
  3213. stroke
  3214. grestore
  3215. gsave
  3216. 0.001 setlinewidth
  3217. 0.20899 0.61428 moveto
  3218. 0.20899 0.61803 lineto
  3219. stroke
  3220. grestore
  3221. gsave
  3222. 0.001 setlinewidth
  3223. 0.23545 0.61428 moveto
  3224. 0.23545 0.61803 lineto
  3225. stroke
  3226. grestore
  3227. gsave
  3228. 0.001 setlinewidth
  3229. 0.2619 0.61428 moveto
  3230. 0.2619 0.61803 lineto
  3231. stroke
  3232. grestore
  3233. gsave
  3234. 0.001 setlinewidth
  3235. 0.28836 0.61428 moveto
  3236. 0.28836 0.61803 lineto
  3237. stroke
  3238. grestore
  3239. gsave
  3240. 0.001 setlinewidth
  3241. 0.34127 0.61428 moveto
  3242. 0.34127 0.61803 lineto
  3243. stroke
  3244. grestore
  3245. gsave
  3246. 0.001 setlinewidth
  3247. 0.36772 0.61428 moveto
  3248. 0.36772 0.61803 lineto
  3249. stroke
  3250. grestore
  3251. gsave
  3252. 0.001 setlinewidth
  3253. 0.39418 0.61428 moveto
  3254. 0.39418 0.61803 lineto
  3255. stroke
  3256. grestore
  3257. gsave
  3258. 0.001 setlinewidth
  3259. 0.42063 0.61428 moveto
  3260. 0.42063 0.61803 lineto
  3261. stroke
  3262. grestore
  3263. gsave
  3264. 0.001 setlinewidth
  3265. 0.47354 0.61428 moveto
  3266. 0.47354 0.61803 lineto
  3267. stroke
  3268. grestore
  3269. gsave
  3270. 0.001 setlinewidth
  3271. 0.5 0.61428 moveto
  3272. 0.5 0.61803 lineto
  3273. stroke
  3274. grestore
  3275. gsave
  3276. 0.001 setlinewidth
  3277. 0.52646 0.61428 moveto
  3278. 0.52646 0.61803 lineto
  3279. stroke
  3280. grestore
  3281. gsave
  3282. 0.001 setlinewidth
  3283. 0.55291 0.61428 moveto
  3284. 0.55291 0.61803 lineto
  3285. stroke
  3286. grestore
  3287. gsave
  3288. 0.001 setlinewidth
  3289. 0.60582 0.61428 moveto
  3290. 0.60582 0.61803 lineto
  3291. stroke
  3292. grestore
  3293. gsave
  3294. 0.001 setlinewidth
  3295. 0.63228 0.61428 moveto
  3296. 0.63228 0.61803 lineto
  3297. stroke
  3298. grestore
  3299. gsave
  3300. 0.001 setlinewidth
  3301. 0.65873 0.61428 moveto
  3302. 0.65873 0.61803 lineto
  3303. stroke
  3304. grestore
  3305. gsave
  3306. 0.001 setlinewidth
  3307. 0.68519 0.61428 moveto
  3308. 0.68519 0.61803 lineto
  3309. stroke
  3310. grestore
  3311. gsave
  3312. 0.001 setlinewidth
  3313. 0.7381 0.61428 moveto
  3314. 0.7381 0.61803 lineto
  3315. stroke
  3316. grestore
  3317. gsave
  3318. 0.001 setlinewidth
  3319. 0.76455 0.61428 moveto
  3320. 0.76455 0.61803 lineto
  3321. stroke
  3322. grestore
  3323. gsave
  3324. 0.001 setlinewidth
  3325. 0.79101 0.61428 moveto
  3326. 0.79101 0.61803 lineto
  3327. stroke
  3328. grestore
  3329. gsave
  3330. 0.001 setlinewidth
  3331. 0.81746 0.61428 moveto
  3332. 0.81746 0.61803 lineto
  3333. stroke
  3334. grestore
  3335. gsave
  3336. 0.001 setlinewidth
  3337. 0.87037 0.61428 moveto
  3338. 0.87037 0.61803 lineto
  3339. stroke
  3340. grestore
  3341. gsave
  3342. 0.001 setlinewidth
  3343. 0.89683 0.61428 moveto
  3344. 0.89683 0.61803 lineto
  3345. stroke
  3346. grestore
  3347. gsave
  3348. 0.001 setlinewidth
  3349. 0.92328 0.61428 moveto
  3350. 0.92328 0.61803 lineto
  3351. stroke
  3352. grestore
  3353. gsave
  3354. 0.001 setlinewidth
  3355. 0.94974 0.61428 moveto
  3356. 0.94974 0.61803 lineto
  3357. stroke
  3358. grestore
  3359. gsave
  3360. 0.001 setlinewidth
  3361. 0.02381 0.61428 moveto
  3362. 0.02381 0.61803 lineto
  3363. stroke
  3364. grestore
  3365. [(Root Locus)] 0.5 0.61803 0 -4 Mshowa
  3366. gsave
  3367. 0.002 setlinewidth
  3368. 0 0.61803 moveto
  3369. 1 0.61803 lineto
  3370. stroke
  3371. grestore
  3372. gsave
  3373. 0.002 setlinewidth
  3374. 0.99375 0.07033 moveto
  3375. 1 0.07033 lineto
  3376. stroke
  3377. grestore
  3378. gsave
  3379. 0.002 setlinewidth
  3380. 0.99375 0.18967 moveto
  3381. 1 0.18967 lineto
  3382. stroke
  3383. grestore
  3384. gsave
  3385. 0.002 setlinewidth
  3386. 0.99375 0.30902 moveto
  3387. 1 0.30902 lineto
  3388. stroke
  3389. grestore
  3390. gsave
  3391. 0.002 setlinewidth
  3392. 0.99375 0.42836 moveto
  3393. 1 0.42836 lineto
  3394. stroke
  3395. grestore
  3396. gsave
  3397. 0.002 setlinewidth
  3398. 0.99375 0.54771 moveto
  3399. 1 0.54771 lineto
  3400. stroke
  3401. grestore
  3402. gsave
  3403. 0.001 setlinewidth
  3404. 0.99625 0.09419 moveto
  3405. 1 0.09419 lineto
  3406. stroke
  3407. grestore
  3408. gsave
  3409. 0.001 setlinewidth
  3410. 0.99625 0.11806 moveto
  3411. 1 0.11806 lineto
  3412. stroke
  3413. grestore
  3414. gsave
  3415. 0.001 setlinewidth
  3416. 0.99625 0.14193 moveto
  3417. 1 0.14193 lineto
  3418. stroke
  3419. grestore
  3420. gsave
  3421. 0.001 setlinewidth
  3422. 0.99625 0.1658 moveto
  3423. 1 0.1658 lineto
  3424. stroke
  3425. grestore
  3426. gsave
  3427. 0.001 setlinewidth
  3428. 0.99625 0.21354 moveto
  3429. 1 0.21354 lineto
  3430. stroke
  3431. grestore
  3432. gsave
  3433. 0.001 setlinewidth
  3434. 0.99625 0.23741 moveto
  3435. 1 0.23741 lineto
  3436. stroke
  3437. grestore
  3438. gsave
  3439. 0.001 setlinewidth
  3440. 0.99625 0.26128 moveto
  3441. 1 0.26128 lineto
  3442. stroke
  3443. grestore
  3444. gsave
  3445. 0.001 setlinewidth
  3446. 0.99625 0.28515 moveto
  3447. 1 0.28515 lineto
  3448. stroke
  3449. grestore
  3450. gsave
  3451. 0.001 setlinewidth
  3452. 0.99625 0.33289 moveto
  3453. 1 0.33289 lineto
  3454. stroke
  3455. grestore
  3456. gsave
  3457. 0.001 setlinewidth
  3458. 0.99625 0.35676 moveto
  3459. 1 0.35676 lineto
  3460. stroke
  3461. grestore
  3462. gsave
  3463. 0.001 setlinewidth
  3464. 0.99625 0.38062 moveto
  3465. 1 0.38062 lineto
  3466. stroke
  3467. grestore
  3468. gsave
  3469. 0.001 setlinewidth
  3470. 0.99625 0.40449 moveto
  3471. 1 0.40449 lineto
  3472. stroke
  3473. grestore
  3474. gsave
  3475. 0.001 setlinewidth
  3476. 0.99625 0.45223 moveto
  3477. 1 0.45223 lineto
  3478. stroke
  3479. grestore
  3480. gsave
  3481. 0.001 setlinewidth
  3482. 0.99625 0.4761 moveto
  3483. 1 0.4761 lineto
  3484. stroke
  3485. grestore
  3486. gsave
  3487. 0.001 setlinewidth
  3488. 0.99625 0.49997 moveto
  3489. 1 0.49997 lineto
  3490. stroke
  3491. grestore
  3492. gsave
  3493. 0.001 setlinewidth
  3494. 0.99625 0.52384 moveto
  3495. 1 0.52384 lineto
  3496. stroke
  3497. grestore
  3498. gsave
  3499. 0.001 setlinewidth
  3500. 0.99625 0.04646 moveto
  3501. 1 0.04646 lineto
  3502. stroke
  3503. grestore
  3504. gsave
  3505. 0.001 setlinewidth
  3506. 0.99625 0.02259 moveto
  3507. 1 0.02259 lineto
  3508. stroke
  3509. grestore
  3510. gsave
  3511. 0.001 setlinewidth
  3512. 0.99625 0.57158 moveto
  3513. 1 0.57158 lineto
  3514. stroke
  3515. grestore
  3516. gsave
  3517. 0.001 setlinewidth
  3518. 0.99625 0.59545 moveto
  3519. 1 0.59545 lineto
  3520. stroke
  3521. grestore
  3522. [( )] 1.0375 0.30902 -1 0 90 Mrotshowa
  3523. gsave
  3524. 0.002 setlinewidth
  3525. 1 0 moveto
  3526. 1 0.61803 lineto
  3527. stroke
  3528. grestore
  3529. grestore
  3530. gsave
  3531. gsave
  3532. 0.002 setlinewidth
  3533. 0 0.30902 moveto
  3534. 1 0.30902 lineto
  3535. stroke
  3536. grestore
  3537. grestore
  3538. gsave
  3539. gsave
  3540. gsave
  3541. 0.0051 setlinewidth
  3542. 0.97619 0.30902 moveto
  3543. 0.97619 0.30902 lineto
  3544. stroke
  3545. 0.87037 0.30902 moveto
  3546. 0.02381 0.30902 lineto
  3547. stroke
  3548. grestore
  3549. grestore
  3550. gsave
  3551. gsave
  3552. [(X)] 0.97619 0.30902 0 0 Mshowa
  3553. [(X)] 0.97619 0.30902 0 0 Mshowa
  3554. [(X)] 0.02381 0.30902 0 0 Mshowa
  3555. [(O)] 0.87037 0.30902 0 0 Mshowa
  3556. grestore
  3557. grestore
  3558. gsave
  3559. gsave
  3560. 0.0051 setlinewidth
  3561. 0.02381 0.30902 moveto
  3562. 0.02577 0.30902 lineto
  3563. 0.0279 0.30902 lineto
  3564. 0.03021 0.30902 lineto
  3565. 0.03271 0.30902 lineto
  3566. 0.03543 0.30902 lineto
  3567. 0.03838 0.30902 lineto
  3568. 0.04159 0.30902 lineto
  3569. 0.04507 0.30902 lineto
  3570. 0.04886 0.30902 lineto
  3571. 0.05298 0.30902 lineto
  3572. 0.05747 0.30902 lineto
  3573. 0.06236 0.30902 lineto
  3574. 0.0677 0.30902 lineto
  3575. 0.07353 0.30902 lineto
  3576. 0.07991 0.30902 lineto
  3577. 0.08688 0.30902 lineto
  3578. 0.09454 0.30902 lineto
  3579. 0.10294 0.30902 lineto
  3580. 0.11219 0.30902 lineto
  3581. 0.1224 0.30902 lineto
  3582. 0.13369 0.30902 lineto
  3583. 0.14621 0.30902 lineto
  3584. 0.16017 0.30902 lineto
  3585. 0.17579 0.30902 lineto
  3586. 0.19338 0.30902 lineto
  3587. 0.21334 0.30902 lineto
  3588. 0.23621 0.30902 lineto
  3589. 0.26278 0.30902 lineto
  3590. 0.29423 0.30902 lineto
  3591. 0.33262 0.30902 lineto
  3592. 0.38207 0.30902 lineto
  3593. 0.45424 0.30902 lineto
  3594. 0.65873 0.30902 lineto
  3595. 0.65873 0.30902 lineto
  3596. 0.61815 0.26614 lineto
  3597. 0.59186 0.21425 lineto
  3598. 0.5826 0.18396 lineto
  3599. 0.57702 0.15904 lineto
  3600. 0.57314 0.13664 lineto
  3601. 0.57022 0.11564 lineto
  3602. 0.56793 0.09547 lineto
  3603. 0.56608 0.07577 lineto
  3604. 0.56455 0.05631 lineto
  3605. 0.56326 0.03692 lineto
  3606. 0.56216 0.01748 lineto
  3607. 0.56201 0.01472 lineto
  3608. stroke
  3609. grestore
  3610. grestore
  3611. gsave
  3612. gsave
  3613. 0.0051 setlinewidth
  3614. 0.97619 0.30902 moveto
  3615. 0.97521 0.30213 lineto
  3616. 0.97414 0.2991 lineto
  3617. 0.97299 0.29664 lineto
  3618. 0.97174 0.29446 lineto
  3619. 0.97038 0.29243 lineto
  3620. 0.96891 0.2905 lineto
  3621. 0.9673 0.28863 lineto
  3622. 0.96556 0.2868 lineto
  3623. 0.96367 0.285 lineto
  3624. 0.96161 0.28321 lineto
  3625. 0.95936 0.28142 lineto
  3626. 0.95691 0.27963 lineto
  3627. 0.95424 0.27784 lineto
  3628. 0.95133 0.27604 lineto
  3629. 0.94814 0.27424 lineto
  3630. 0.94465 0.27242 lineto
  3631. 0.94083 0.27059 lineto
  3632. 0.93662 0.26876 lineto
  3633. 0.932 0.26693 lineto
  3634. 0.9269 0.2651 lineto
  3635. 0.92125 0.26328 lineto
  3636. 0.91499 0.26149 lineto
  3637. 0.90801 0.25974 lineto
  3638. 0.9002 0.25806 lineto
  3639. 0.8914 0.25648 lineto
  3640. 0.88142 0.25506 lineto
  3641. 0.86999 0.25386 lineto
  3642. 0.85671 0.25301 lineto
  3643. 0.84098 0.25269 lineto
  3644. 0.82179 0.25327 lineto
  3645. 0.79706 0.25556 lineto
  3646. 0.76097 0.26211 lineto
  3647. 0.65873 0.30902 lineto
  3648. 0.65873 0.30902 lineto
  3649. 0.61815 0.3519 lineto
  3650. 0.59186 0.40378 lineto
  3651. 0.5826 0.43407 lineto
  3652. 0.57702 0.459 lineto
  3653. 0.57314 0.48139 lineto
  3654. 0.57022 0.50239 lineto
  3655. 0.56793 0.52256 lineto
  3656. 0.56608 0.54227 lineto
  3657. 0.56455 0.56173 lineto
  3658. 0.56326 0.58112 lineto
  3659. 0.56216 0.60055 lineto
  3660. 0.56201 0.60332 lineto
  3661. stroke
  3662. grestore
  3663. grestore
  3664. gsave
  3665. gsave
  3666. 0.0051 setlinewidth
  3667. 0.97619 0.30902 moveto
  3668. 0.97521 0.3159 lineto
  3669. 0.97414 0.31893 lineto
  3670. 0.97299 0.32139 lineto
  3671. 0.97174 0.32357 lineto
  3672. 0.97038 0.3256 lineto
  3673. 0.96891 0.32753 lineto
  3674. 0.9673 0.3294 lineto
  3675. 0.96556 0.33123 lineto
  3676. 0.96367 0.33304 lineto
  3677. 0.96161 0.33483 lineto
  3678. 0.95936 0.33661 lineto
  3679. 0.95691 0.3384 lineto
  3680. 0.95424 0.34019 lineto
  3681. 0.95133 0.34199 lineto
  3682. 0.94814 0.3438 lineto
  3683. 0.94465 0.34562 lineto
  3684. 0.94083 0.34744 lineto
  3685. 0.93662 0.34927 lineto
  3686. 0.932 0.35111 lineto
  3687. 0.9269 0.35294 lineto
  3688. 0.92125 0.35475 lineto
  3689. 0.91499 0.35655 lineto
  3690. 0.90801 0.35829 lineto
  3691. 0.9002 0.35997 lineto
  3692. 0.8914 0.36155 lineto
  3693. 0.88142 0.36298 lineto
  3694. 0.86999 0.36417 lineto
  3695. 0.85671 0.36503 lineto
  3696. 0.84098 0.36534 lineto
  3697. 0.82179 0.36476 lineto
  3698. 0.79706 0.36247 lineto
  3699. 0.76097 0.35593 lineto
  3700. 0.65873 0.30902 lineto
  3701. 0.65873 0.30902 lineto
  3702. 0.73988 0.30902 lineto
  3703. 0.79247 0.30902 lineto
  3704. 0.81099 0.30902 lineto
  3705. 0.82215 0.30902 lineto
  3706. 0.82992 0.30902 lineto
  3707. 0.83575 0.30902 lineto
  3708. 0.84033 0.30902 lineto
  3709. 0.84403 0.30902 lineto
  3710. 0.8471 0.30902 lineto
  3711. 0.84968 0.30902 lineto
  3712. 0.85188 0.30902 lineto
  3713. 0.85216 0.30902 lineto
  3714. stroke
  3715. grestore
  3716. grestore
  3717. grestore
  3718. 0 0 moveto
  3719. 1 0 lineto
  3720. 1 0.61803 lineto
  3721. 0 0.61803 lineto
  3722. closepath
  3723. clip
  3724. newpath
  3725. % End of Graphics
  3726. MathPictureEnd
  3727. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; endGroup; endGroup; ]
  3728. The Unformatted text for this cell was not generated.
  3729. Use options in the Actions Settings dialog box to control
  3730. when Unformatted text is generated.
  3731. ;[o]
  3732. -Graphics-
  3733. :[font = subsection; inactive; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  3734. Example 4
  3735. :[font = input; Cclosed; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; startGroup; ]
  3736. g1 = (s+2)(s+3)/s/(s+1);
  3737. SequenceForm["The transfer function: ", g1]
  3738. RootLocus[g1,s,{k,0,20}]
  3739.  
  3740. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; ]
  3741. "The transfer function: "((2 + s)*(3 + s))/(s*(1 + s))
  3742. ;[o]
  3743.                        (2 + s) (3 + s)
  3744. The transfer function: ---------------
  3745.                           s (1 + s)
  3746. :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; pictureLeft = 22; pictureWidth = 462; pictureHeight = 286; ]
  3747. %!
  3748. %%Creator: Mathematica
  3749. %%AspectRatio: 0.61803 
  3750. MathPictureStart
  3751. /Courier findfont 10  scalefont  setfont
  3752. % Scaling calculations
  3753. 0.97619 0.31746 0.309017 0.339839 [
  3754. [(-3)] 0.02381 0 0 2 0 Minner Mrotsboxa
  3755. [(-2.5)] 0.18254 0 0 2 0 Minner Mrotsboxa
  3756. [(-2)] 0.34127 0 0 2 0 Minner Mrotsboxa
  3757. [(-1.5)] 0.5 0 0 2 0 Minner Mrotsboxa
  3758. [(-1)] 0.65873 0 0 2 0 Minner Mrotsboxa
  3759. [(-0.5)] 0.81746 0 0 2 0 Minner Mrotsboxa
  3760. [(0)] 0.97619 0 0 2 0 Minner Mrotsboxa
  3761. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotsboxa
  3762. [(-0.75)] -0.0125 0.05414 1 0 0 Minner Mrotsboxa
  3763. [(-0.5)] -0.0125 0.1391 1 0 0 Minner Mrotsboxa
  3764. [(-0.25)] -0.0125 0.22406 1 0 0 Minner Mrotsboxa
  3765. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotsboxa
  3766. [(0.25)] -0.0125 0.39398 1 0 0 Minner Mrotsboxa
  3767. [(0.5)] -0.0125 0.47894 1 0 0 Minner Mrotsboxa
  3768. [(0.75)] -0.0125 0.5639 1 0 0 Minner Mrotsboxa
  3769. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotsboxa
  3770. [(Root Locus)] 0.5 0.61803 0 -4 Msboxa
  3771. [( )] 1.0375 0.30902 -1 0 90 Mrotsboxa
  3772. [(X)] 0.97619 0.30902 0 0 Msboxa
  3773. [(X)] 0.65873 0.30902 0 0 Msboxa
  3774. [(O)] 0.34127 0.30902 0 0 Msboxa
  3775. [(O)] 0.02381 0.30902 0 0 Msboxa
  3776. [ -0.001 -0.001 0 0 ]
  3777. [ 1.001 0.61903 0 0 ]
  3778. ] MathScale
  3779. % Start of Graphics
  3780. 1 setlinecap
  3781. 1 setlinejoin
  3782. newpath
  3783. %%Object: Graphics
  3784. [ ] 0 setdash
  3785. 0 setgray
  3786. gsave
  3787. gsave
  3788. 0 0 0.5 setrgbcolor
  3789. 0.001 setlinewidth
  3790. 0.18254 0 moveto
  3791. 0.18254 0.61803 lineto
  3792. stroke
  3793. grestore
  3794. gsave
  3795. 0 0 0.5 setrgbcolor
  3796. 0.001 setlinewidth
  3797. 0.34127 0 moveto
  3798. 0.34127 0.61803 lineto
  3799. stroke
  3800. grestore
  3801. gsave
  3802. 0 0 0.5 setrgbcolor
  3803. 0.001 setlinewidth
  3804. 0.5 0 moveto
  3805. 0.5 0.61803 lineto
  3806. stroke
  3807. grestore
  3808. gsave
  3809. 0 0 0.5 setrgbcolor
  3810. 0.001 setlinewidth
  3811. 0.65873 0 moveto
  3812. 0.65873 0.61803 lineto
  3813. stroke
  3814. grestore
  3815. gsave
  3816. 0 0 0.5 setrgbcolor
  3817. 0.001 setlinewidth
  3818. 0.81746 0 moveto
  3819. 0.81746 0.61803 lineto
  3820. stroke
  3821. grestore
  3822. gsave
  3823. 0 0 0.5 setrgbcolor
  3824. 0.001 setlinewidth
  3825. 0 0.05414 moveto
  3826. 1 0.05414 lineto
  3827. stroke
  3828. grestore
  3829. gsave
  3830. 0 0 0.5 setrgbcolor
  3831. 0.001 setlinewidth
  3832. 0 0.1391 moveto
  3833. 1 0.1391 lineto
  3834. stroke
  3835. grestore
  3836. gsave
  3837. 0 0 0.5 setrgbcolor
  3838. 0.001 setlinewidth
  3839. 0 0.22406 moveto
  3840. 1 0.22406 lineto
  3841. stroke
  3842. grestore
  3843. gsave
  3844. 0 0 0.5 setrgbcolor
  3845. 0.001 setlinewidth
  3846. 0 0.30902 moveto
  3847. 1 0.30902 lineto
  3848. stroke
  3849. grestore
  3850. gsave
  3851. 0 0 0.5 setrgbcolor
  3852. 0.001 setlinewidth
  3853. 0 0.39398 moveto
  3854. 1 0.39398 lineto
  3855. stroke
  3856. grestore
  3857. gsave
  3858. 0 0 0.5 setrgbcolor
  3859. 0.001 setlinewidth
  3860. 0 0.47894 moveto
  3861. 1 0.47894 lineto
  3862. stroke
  3863. grestore
  3864. gsave
  3865. 0 0 0.5 setrgbcolor
  3866. 0.001 setlinewidth
  3867. 0 0.5639 moveto
  3868. 1 0.5639 lineto
  3869. stroke
  3870. grestore
  3871. gsave
  3872. 0.002 setlinewidth
  3873. 0.02381 0 moveto
  3874. 0.02381 0.00625 lineto
  3875. stroke
  3876. grestore
  3877. [(-3)] 0.02381 0 0 2 0 Minner Mrotshowa
  3878. gsave
  3879. 0.002 setlinewidth
  3880. 0.18254 0 moveto
  3881. 0.18254 0.00625 lineto
  3882. stroke
  3883. grestore
  3884. [(-2.5)] 0.18254 0 0 2 0 Minner Mrotshowa
  3885. gsave
  3886. 0.002 setlinewidth
  3887. 0.34127 0 moveto
  3888. 0.34127 0.00625 lineto
  3889. stroke
  3890. grestore
  3891. [(-2)] 0.34127 0 0 2 0 Minner Mrotshowa
  3892. gsave
  3893. 0.002 setlinewidth
  3894. 0.5 0 moveto
  3895. 0.5 0.00625 lineto
  3896. stroke
  3897. grestore
  3898. [(-1.5)] 0.5 0 0 2 0 Minner Mrotshowa
  3899. gsave
  3900. 0.002 setlinewidth
  3901. 0.65873 0 moveto
  3902. 0.65873 0.00625 lineto
  3903. stroke
  3904. grestore
  3905. [(-1)] 0.65873 0 0 2 0 Minner Mrotshowa
  3906. gsave
  3907. 0.002 setlinewidth
  3908. 0.81746 0 moveto
  3909. 0.81746 0.00625 lineto
  3910. stroke
  3911. grestore
  3912. [(-0.5)] 0.81746 0 0 2 0 Minner Mrotshowa
  3913. gsave
  3914. 0.002 setlinewidth
  3915. 0.97619 0 moveto
  3916. 0.97619 0.00625 lineto
  3917. stroke
  3918. grestore
  3919. [(0)] 0.97619 0 0 2 0 Minner Mrotshowa
  3920. gsave
  3921. 0.001 setlinewidth
  3922. 0.05556 0 moveto
  3923. 0.05556 0.00375 lineto
  3924. stroke
  3925. grestore
  3926. gsave
  3927. 0.001 setlinewidth
  3928. 0.0873 0 moveto
  3929. 0.0873 0.00375 lineto
  3930. stroke
  3931. grestore
  3932. gsave
  3933. 0.001 setlinewidth
  3934. 0.11905 0 moveto
  3935. 0.11905 0.00375 lineto
  3936. stroke
  3937. grestore
  3938. gsave
  3939. 0.001 setlinewidth
  3940. 0.15079 0 moveto
  3941. 0.15079 0.00375 lineto
  3942. stroke
  3943. grestore
  3944. gsave
  3945. 0.001 setlinewidth
  3946. 0.21429 0 moveto
  3947. 0.21429 0.00375 lineto
  3948. stroke
  3949. grestore
  3950. gsave
  3951. 0.001 setlinewidth
  3952. 0.24603 0 moveto
  3953. 0.24603 0.00375 lineto
  3954. stroke
  3955. grestore
  3956. gsave
  3957. 0.001 setlinewidth
  3958. 0.27778 0 moveto
  3959. 0.27778 0.00375 lineto
  3960. stroke
  3961. grestore
  3962. gsave
  3963. 0.001 setlinewidth
  3964. 0.30952 0 moveto
  3965. 0.30952 0.00375 lineto
  3966. stroke
  3967. grestore
  3968. gsave
  3969. 0.001 setlinewidth
  3970. 0.37302 0 moveto
  3971. 0.37302 0.00375 lineto
  3972. stroke
  3973. grestore
  3974. gsave
  3975. 0.001 setlinewidth
  3976. 0.40476 0 moveto
  3977. 0.40476 0.00375 lineto
  3978. stroke
  3979. grestore
  3980. gsave
  3981. 0.001 setlinewidth
  3982. 0.43651 0 moveto
  3983. 0.43651 0.00375 lineto
  3984. stroke
  3985. grestore
  3986. gsave
  3987. 0.001 setlinewidth
  3988. 0.46825 0 moveto
  3989. 0.46825 0.00375 lineto
  3990. stroke
  3991. grestore
  3992. gsave
  3993. 0.001 setlinewidth
  3994. 0.53175 0 moveto
  3995. 0.53175 0.00375 lineto
  3996. stroke
  3997. grestore
  3998. gsave
  3999. 0.001 setlinewidth
  4000. 0.56349 0 moveto
  4001. 0.56349 0.00375 lineto
  4002. stroke
  4003. grestore
  4004. gsave
  4005. 0.001 setlinewidth
  4006. 0.59524 0 moveto
  4007. 0.59524 0.00375 lineto
  4008. stroke
  4009. grestore
  4010. gsave
  4011. 0.001 setlinewidth
  4012. 0.62698 0 moveto
  4013. 0.62698 0.00375 lineto
  4014. stroke
  4015. grestore
  4016. gsave
  4017. 0.001 setlinewidth
  4018. 0.69048 0 moveto
  4019. 0.69048 0.00375 lineto
  4020. stroke
  4021. grestore
  4022. gsave
  4023. 0.001 setlinewidth
  4024. 0.72222 0 moveto
  4025. 0.72222 0.00375 lineto
  4026. stroke
  4027. grestore
  4028. gsave
  4029. 0.001 setlinewidth
  4030. 0.75397 0 moveto
  4031. 0.75397 0.00375 lineto
  4032. stroke
  4033. grestore
  4034. gsave
  4035. 0.001 setlinewidth
  4036. 0.78571 0 moveto
  4037. 0.78571 0.00375 lineto
  4038. stroke
  4039. grestore
  4040. gsave
  4041. 0.001 setlinewidth
  4042. 0.84921 0 moveto
  4043. 0.84921 0.00375 lineto
  4044. stroke
  4045. grestore
  4046. gsave
  4047. 0.001 setlinewidth
  4048. 0.88095 0 moveto
  4049. 0.88095 0.00375 lineto
  4050. stroke
  4051. grestore
  4052. gsave
  4053. 0.001 setlinewidth
  4054. 0.9127 0 moveto
  4055. 0.9127 0.00375 lineto
  4056. stroke
  4057. grestore
  4058. gsave
  4059. 0.001 setlinewidth
  4060. 0.94444 0 moveto
  4061. 0.94444 0.00375 lineto
  4062. stroke
  4063. grestore
  4064. [(Re)] 0.5 0 0 2 0 0 -1 Mouter Mrotshowa
  4065. gsave
  4066. 0.002 setlinewidth
  4067. 0 0 moveto
  4068. 1 0 lineto
  4069. stroke
  4070. grestore
  4071. gsave
  4072. 0.002 setlinewidth
  4073. 0 0.05414 moveto
  4074. 0.00625 0.05414 lineto
  4075. stroke
  4076. grestore
  4077. [(-0.75)] -0.0125 0.05414 1 0 0 Minner Mrotshowa
  4078. gsave
  4079. 0.002 setlinewidth
  4080. 0 0.1391 moveto
  4081. 0.00625 0.1391 lineto
  4082. stroke
  4083. grestore
  4084. [(-0.5)] -0.0125 0.1391 1 0 0 Minner Mrotshowa
  4085. gsave
  4086. 0.002 setlinewidth
  4087. 0 0.22406 moveto
  4088. 0.00625 0.22406 lineto
  4089. stroke
  4090. grestore
  4091. [(-0.25)] -0.0125 0.22406 1 0 0 Minner Mrotshowa
  4092. gsave
  4093. 0.002 setlinewidth
  4094. 0 0.30902 moveto
  4095. 0.00625 0.30902 lineto
  4096. stroke
  4097. grestore
  4098. [(0)] -0.0125 0.30902 1 0 0 Minner Mrotshowa
  4099. gsave
  4100. 0.002 setlinewidth
  4101. 0 0.39398 moveto
  4102. 0.00625 0.39398 lineto
  4103. stroke
  4104. grestore
  4105. [(0.25)] -0.0125 0.39398 1 0 0 Minner Mrotshowa
  4106. gsave
  4107. 0.002 setlinewidth
  4108. 0 0.47894 moveto
  4109. 0.00625 0.47894 lineto
  4110. stroke
  4111. grestore
  4112. [(0.5)] -0.0125 0.47894 1 0 0 Minner Mrotshowa
  4113. gsave
  4114. 0.002 setlinewidth
  4115. 0 0.5639 moveto
  4116. 0.00625 0.5639 lineto
  4117. stroke
  4118. grestore
  4119. [(0.75)] -0.0125 0.5639 1 0 0 Minner Mrotshowa
  4120. gsave
  4121. 0.001 setlinewidth
  4122. 0 0.07113 moveto
  4123. 0.00375 0.07113 lineto
  4124. stroke
  4125. grestore
  4126. gsave
  4127. 0.001 setlinewidth
  4128. 0 0.08812 moveto
  4129. 0.00375 0.08812 lineto
  4130. stroke
  4131. grestore
  4132. gsave
  4133. 0.001 setlinewidth
  4134. 0 0.10511 moveto
  4135. 0.00375 0.10511 lineto
  4136. stroke
  4137. grestore
  4138. gsave
  4139. 0.001 setlinewidth
  4140. 0 0.12211 moveto
  4141. 0.00375 0.12211 lineto
  4142. stroke
  4143. grestore
  4144. gsave
  4145. 0.001 setlinewidth
  4146. 0 0.15609 moveto
  4147. 0.00375 0.15609 lineto
  4148. stroke
  4149. grestore
  4150. gsave
  4151. 0.001 setlinewidth
  4152. 0 0.17308 moveto
  4153. 0.00375 0.17308 lineto
  4154. stroke
  4155. grestore
  4156. gsave
  4157. 0.001 setlinewidth
  4158. 0 0.19007 moveto
  4159. 0.00375 0.19007 lineto
  4160. stroke
  4161. grestore
  4162. gsave
  4163. 0.001 setlinewidth
  4164. 0 0.20707 moveto
  4165. 0.00375 0.20707 lineto
  4166. stroke
  4167. grestore
  4168. gsave
  4169. 0.001 setlinewidth
  4170. 0 0.24105 moveto
  4171. 0.00375 0.24105 lineto
  4172. stroke
  4173. grestore
  4174. gsave
  4175. 0.001 setlinewidth
  4176. 0 0.25804 moveto
  4177. 0.00375 0.25804 lineto
  4178. stroke
  4179. grestore
  4180. gsave
  4181. 0.001 setlinewidth
  4182. 0 0.27503 moveto
  4183. 0.00375 0.27503 lineto
  4184. stroke
  4185. grestore
  4186. gsave
  4187. 0.001 setlinewidth
  4188. 0 0.29203 moveto
  4189. 0.00375 0.29203 lineto
  4190. stroke
  4191. grestore
  4192. gsave
  4193. 0.001 setlinewidth
  4194. 0 0.32601 moveto
  4195. 0.00375 0.32601 lineto
  4196. stroke
  4197. grestore
  4198. gsave
  4199. 0.001 setlinewidth
  4200. 0 0.343 moveto
  4201. 0.00375 0.343 lineto
  4202. stroke
  4203. grestore
  4204. gsave
  4205. 0.001 setlinewidth
  4206. 0 0.35999 moveto
  4207. 0.00375 0.35999 lineto
  4208. stroke
  4209. grestore
  4210. gsave
  4211. 0.001 setlinewidth
  4212. 0 0.37698 moveto
  4213. 0.00375 0.37698 lineto
  4214. stroke
  4215. grestore
  4216. gsave
  4217. 0.001 setlinewidth
  4218. 0 0.41097 moveto
  4219. 0.00375 0.41097 lineto
  4220. stroke
  4221. grestore
  4222. gsave
  4223. 0.001 setlinewidth
  4224. 0 0.42796 moveto
  4225. 0.00375 0.42796 lineto
  4226. stroke
  4227. grestore
  4228. gsave
  4229. 0.001 setlinewidth
  4230. 0 0.44495 moveto
  4231. 0.00375 0.44495 lineto
  4232. stroke
  4233. grestore
  4234. gsave
  4235. 0.001 setlinewidth
  4236. 0 0.46194 moveto
  4237. 0.00375 0.46194 lineto
  4238. stroke
  4239. grestore
  4240. gsave
  4241. 0.001 setlinewidth
  4242. 0 0.49593 moveto
  4243. 0.00375 0.49593 lineto
  4244. stroke
  4245. grestore
  4246. gsave
  4247. 0.001 setlinewidth
  4248. 0 0.51292 moveto
  4249. 0.00375 0.51292 lineto
  4250. stroke
  4251. grestore
  4252. gsave
  4253. 0.001 setlinewidth
  4254. 0 0.52991 moveto
  4255. 0.00375 0.52991 lineto
  4256. stroke
  4257. grestore
  4258. gsave
  4259. 0.001 setlinewidth
  4260. 0 0.5469 moveto
  4261. 0.00375 0.5469 lineto
  4262. stroke
  4263. grestore
  4264. gsave
  4265. 0.001 setlinewidth
  4266. 0 0.03715 moveto
  4267. 0.00375 0.03715 lineto
  4268. stroke
  4269. grestore
  4270. gsave
  4271. 0.001 setlinewidth
  4272. 0 0.02015 moveto
  4273. 0.00375 0.02015 lineto
  4274. stroke
  4275. grestore
  4276. gsave
  4277. 0.001 setlinewidth
  4278. 0 0.00316 moveto
  4279. 0.00375 0.00316 lineto
  4280. stroke
  4281. grestore
  4282. gsave
  4283. 0.001 setlinewidth
  4284. 0 0.58089 moveto
  4285. 0.00375 0.58089 lineto
  4286. stroke
  4287. grestore
  4288. gsave
  4289. 0.001 setlinewidth
  4290. 0 0.59788 moveto
  4291. 0.00375 0.59788 lineto
  4292. stroke
  4293. grestore
  4294. gsave
  4295. 0.001 setlinewidth
  4296. 0 0.61487 moveto
  4297. 0.00375 0.61487 lineto
  4298. stroke
  4299. grestore
  4300. [(Im)] -0.0125 0.30902 1 0 90 -1 0 Mouter Mrotshowa
  4301. gsave
  4302. 0.002 setlinewidth
  4303. 0 0 moveto
  4304. 0 0.61803 lineto
  4305. stroke
  4306. grestore
  4307. grestore
  4308. gsave
  4309. gsave
  4310. 0.002 setlinewidth
  4311. 0.02381 0.61178 moveto
  4312. 0.02381 0.61803 lineto
  4313. stroke
  4314. grestore
  4315. gsave
  4316. 0.002 setlinewidth
  4317. 0.18254 0.61178 moveto
  4318. 0.18254 0.61803 lineto
  4319. stroke
  4320. grestore
  4321. gsave
  4322. 0.002 setlinewidth
  4323. 0.34127 0.61178 moveto
  4324. 0.34127 0.61803 lineto
  4325. stroke
  4326. grestore
  4327. gsave
  4328. 0.002 setlinewidth
  4329. 0.5 0.61178 moveto
  4330. 0.5 0.61803 lineto
  4331. stroke
  4332. grestore
  4333. gsave
  4334. 0.002 setlinewidth
  4335. 0.65873 0.61178 moveto
  4336. 0.65873 0.61803 lineto
  4337. stroke
  4338. grestore
  4339. gsave
  4340. 0.002 setlinewidth
  4341. 0.81746 0.61178 moveto
  4342. 0.81746 0.61803 lineto
  4343. stroke
  4344. grestore
  4345. gsave
  4346. 0.002 setlinewidth
  4347. 0.97619 0.61178 moveto
  4348. 0.97619 0.61803 lineto
  4349. stroke
  4350. grestore
  4351. gsave
  4352. 0.001 setlinewidth
  4353. 0.05556 0.61428 moveto
  4354. 0.05556 0.61803 lineto
  4355. stroke
  4356. grestore
  4357. gsave
  4358. 0.001 setlinewidth
  4359. 0.0873 0.61428 moveto
  4360. 0.0873 0.61803 lineto
  4361. stroke
  4362. grestore
  4363. gsave
  4364. 0.001 setlinewidth
  4365. 0.11905 0.61428 moveto
  4366. 0.11905 0.61803 lineto
  4367. stroke
  4368. grestore
  4369. gsave
  4370. 0.001 setlinewidth
  4371. 0.15079 0.61428 moveto
  4372. 0.15079 0.61803 lineto
  4373. stroke
  4374. grestore
  4375. gsave
  4376. 0.001 setlinewidth
  4377. 0.21429 0.61428 moveto
  4378. 0.21429 0.61803 lineto
  4379. stroke
  4380. grestore
  4381. gsave
  4382. 0.001 setlinewidth
  4383. 0.24603 0.61428 moveto
  4384. 0.24603 0.61803 lineto
  4385. stroke
  4386. grestore
  4387. gsave
  4388. 0.001 setlinewidth
  4389. 0.27778 0.61428 moveto
  4390. 0.27778 0.61803 lineto
  4391. stroke
  4392. grestore
  4393. gsave
  4394. 0.001 setlinewidth
  4395. 0.30952 0.61428 moveto
  4396. 0.30952 0.61803 lineto
  4397. stroke
  4398. grestore
  4399. gsave
  4400. 0.001 setlinewidth
  4401. 0.37302 0.61428 moveto
  4402. 0.37302 0.61803 lineto
  4403. stroke
  4404. grestore
  4405. gsave
  4406. 0.001 setlinewidth
  4407. 0.40476 0.61428 moveto
  4408. 0.40476 0.61803 lineto
  4409. stroke
  4410. grestore
  4411. gsave
  4412. 0.001 setlinewidth
  4413. 0.43651 0.61428 moveto
  4414. 0.43651 0.61803 lineto
  4415. stroke
  4416. grestore
  4417. gsave
  4418. 0.001 setlinewidth
  4419. 0.46825 0.61428 moveto
  4420. 0.46825 0.61803 lineto
  4421. stroke
  4422. grestore
  4423. gsave
  4424. 0.001 setlinewidth
  4425. 0.53175 0.61428 moveto
  4426. 0.53175 0.61803 lineto
  4427. stroke
  4428. grestore
  4429. gsave
  4430. 0.001 setlinewidth
  4431. 0.56349 0.61428 moveto
  4432. 0.56349 0.61803 lineto
  4433. stroke
  4434. grestore
  4435. gsave
  4436. 0.001 setlinewidth
  4437. 0.59524 0.61428 moveto
  4438. 0.59524 0.61803 lineto
  4439. stroke
  4440. grestore
  4441. gsave
  4442. 0.001 setlinewidth
  4443. 0.62698 0.61428 moveto
  4444. 0.62698 0.61803 lineto
  4445. stroke
  4446. grestore
  4447. gsave
  4448. 0.001 setlinewidth
  4449. 0.69048 0.61428 moveto
  4450. 0.69048 0.61803 lineto
  4451. stroke
  4452. grestore
  4453. gsave
  4454. 0.001 setlinewidth
  4455. 0.72222 0.61428 moveto
  4456. 0.72222 0.61803 lineto
  4457. stroke
  4458. grestore
  4459. gsave
  4460. 0.001 setlinewidth
  4461. 0.75397 0.61428 moveto
  4462. 0.75397 0.61803 lineto
  4463. stroke
  4464. grestore
  4465. gsave
  4466. 0.001 setlinewidth
  4467. 0.78571 0.61428 moveto
  4468. 0.78571 0.61803 lineto
  4469. stroke
  4470. grestore
  4471. gsave
  4472. 0.001 setlinewidth
  4473. 0.84921 0.61428 moveto
  4474. 0.84921 0.61803 lineto
  4475. stroke
  4476. grestore
  4477. gsave
  4478. 0.001 setlinewidth
  4479. 0.88095 0.61428 moveto
  4480. 0.88095 0.61803 lineto
  4481. stroke
  4482. grestore
  4483. gsave
  4484. 0.001 setlinewidth
  4485. 0.9127 0.61428 moveto
  4486. 0.9127 0.61803 lineto
  4487. stroke
  4488. grestore
  4489. gsave
  4490. 0.001 setlinewidth
  4491. 0.94444 0.61428 moveto
  4492. 0.94444 0.61803 lineto
  4493. stroke
  4494. grestore
  4495. [(Root Locus)] 0.5 0.61803 0 -4 Mshowa
  4496. gsave
  4497. 0.002 setlinewidth
  4498. 0 0.61803 moveto
  4499. 1 0.61803 lineto
  4500. stroke
  4501. grestore
  4502. gsave
  4503. 0.002 setlinewidth
  4504. 0.99375 0.05414 moveto
  4505. 1 0.05414 lineto
  4506. stroke
  4507. grestore
  4508. gsave
  4509. 0.002 setlinewidth
  4510. 0.99375 0.1391 moveto
  4511. 1 0.1391 lineto
  4512. stroke
  4513. grestore
  4514. gsave
  4515. 0.002 setlinewidth
  4516. 0.99375 0.22406 moveto
  4517. 1 0.22406 lineto
  4518. stroke
  4519. grestore
  4520. gsave
  4521. 0.002 setlinewidth
  4522. 0.99375 0.30902 moveto
  4523. 1 0.30902 lineto
  4524. stroke
  4525. grestore
  4526. gsave
  4527. 0.002 setlinewidth
  4528. 0.99375 0.39398 moveto
  4529. 1 0.39398 lineto
  4530. stroke
  4531. grestore
  4532. gsave
  4533. 0.002 setlinewidth
  4534. 0.99375 0.47894 moveto
  4535. 1 0.47894 lineto
  4536. stroke
  4537. grestore
  4538. gsave
  4539. 0.002 setlinewidth
  4540. 0.99375 0.5639 moveto
  4541. 1 0.5639 lineto
  4542. stroke
  4543. grestore
  4544. gsave
  4545. 0.001 setlinewidth
  4546. 0.99625 0.07113 moveto
  4547. 1 0.07113 lineto
  4548. stroke
  4549. grestore
  4550. gsave
  4551. 0.001 setlinewidth
  4552. 0.99625 0.08812 moveto
  4553. 1 0.08812 lineto
  4554. stroke
  4555. grestore
  4556. gsave
  4557. 0.001 setlinewidth
  4558. 0.99625 0.10511 moveto
  4559. 1 0.10511 lineto
  4560. stroke
  4561. grestore
  4562. gsave
  4563. 0.001 setlinewidth
  4564. 0.99625 0.12211 moveto
  4565. 1 0.12211 lineto
  4566. stroke
  4567. grestore
  4568. gsave
  4569. 0.001 setlinewidth
  4570. 0.99625 0.15609 moveto
  4571. 1 0.15609 lineto
  4572. stroke
  4573. grestore
  4574. gsave
  4575. 0.001 setlinewidth
  4576. 0.99625 0.17308 moveto
  4577. 1 0.17308 lineto
  4578. stroke
  4579. grestore
  4580. gsave
  4581. 0.001 setlinewidth
  4582. 0.99625 0.19007 moveto
  4583. 1 0.19007 lineto
  4584. stroke
  4585. grestore
  4586. gsave
  4587. 0.001 setlinewidth
  4588. 0.99625 0.20707 moveto
  4589. 1 0.20707 lineto
  4590. stroke
  4591. grestore
  4592. gsave
  4593. 0.001 setlinewidth
  4594. 0.99625 0.24105 moveto
  4595. 1 0.24105 lineto
  4596. stroke
  4597. grestore
  4598. gsave
  4599. 0.001 setlinewidth
  4600. 0.99625 0.25804 moveto
  4601. 1 0.25804 lineto
  4602. stroke
  4603. grestore
  4604. gsave
  4605. 0.001 setlinewidth
  4606. 0.99625 0.27503 moveto
  4607. 1 0.27503 lineto
  4608. stroke
  4609. grestore
  4610. gsave
  4611. 0.001 setlinewidth
  4612. 0.99625 0.29203 moveto
  4613. 1 0.29203 lineto
  4614. stroke
  4615. grestore
  4616. gsave
  4617. 0.001 setlinewidth
  4618. 0.99625 0.32601 moveto
  4619. 1 0.32601 lineto
  4620. stroke
  4621. grestore
  4622. gsave
  4623. 0.001 setlinewidth
  4624. 0.99625 0.343 moveto
  4625. 1 0.343 lineto
  4626. stroke
  4627. grestore
  4628. gsave
  4629. 0.001 setlinewidth
  4630. 0.99625 0.35999 moveto
  4631. 1 0.35999 lineto
  4632. stroke
  4633. grestore
  4634. gsave
  4635. 0.001 setlinewidth
  4636. 0.99625 0.37698 moveto
  4637. 1 0.37698 lineto
  4638. stroke
  4639. grestore
  4640. gsave
  4641. 0.001 setlinewidth
  4642. 0.99625 0.41097 moveto
  4643. 1 0.41097 lineto
  4644. stroke
  4645. grestore
  4646. gsave
  4647. 0.001 setlinewidth
  4648. 0.99625 0.42796 moveto
  4649. 1 0.42796 lineto
  4650. stroke
  4651. grestore
  4652. gsave
  4653. 0.001 setlinewidth
  4654. 0.99625 0.44495 moveto
  4655. 1 0.44495 lineto
  4656. stroke
  4657. grestore
  4658. gsave
  4659. 0.001 setlinewidth
  4660. 0.99625 0.46194 moveto
  4661. 1 0.46194 lineto
  4662. stroke
  4663. grestore
  4664. gsave
  4665. 0.001 setlinewidth
  4666. 0.99625 0.49593 moveto
  4667. 1 0.49593 lineto
  4668. stroke
  4669. grestore
  4670. gsave
  4671. 0.001 setlinewidth
  4672. 0.99625 0.51292 moveto
  4673. 1 0.51292 lineto
  4674. stroke
  4675. grestore
  4676. gsave
  4677. 0.001 setlinewidth
  4678. 0.99625 0.52991 moveto
  4679. 1 0.52991 lineto
  4680. stroke
  4681. grestore
  4682. gsave
  4683. 0.001 setlinewidth
  4684. 0.99625 0.5469 moveto
  4685. 1 0.5469 lineto
  4686. stroke
  4687. grestore
  4688. gsave
  4689. 0.001 setlinewidth
  4690. 0.99625 0.03715 moveto
  4691. 1 0.03715 lineto
  4692. stroke
  4693. grestore
  4694. gsave
  4695. 0.001 setlinewidth
  4696. 0.99625 0.02015 moveto
  4697. 1 0.02015 lineto
  4698. stroke
  4699. grestore
  4700. gsave
  4701. 0.001 setlinewidth
  4702. 0.99625 0.00316 moveto
  4703. 1 0.00316 lineto
  4704. stroke
  4705. grestore
  4706. gsave
  4707. 0.001 setlinewidth
  4708. 0.99625 0.58089 moveto
  4709. 1 0.58089 lineto
  4710. stroke
  4711. grestore
  4712. gsave
  4713. 0.001 setlinewidth
  4714. 0.99625 0.59788 moveto
  4715. 1 0.59788 lineto
  4716. stroke
  4717. grestore
  4718. gsave
  4719. 0.001 setlinewidth
  4720. 0.99625 0.61487 moveto
  4721. 1 0.61487 lineto
  4722. stroke
  4723. grestore
  4724. [( )] 1.0375 0.30902 -1 0 90 Mrotshowa
  4725. gsave
  4726. 0.002 setlinewidth
  4727. 1 0 moveto
  4728. 1 0.61803 lineto
  4729. stroke
  4730. grestore
  4731. grestore
  4732. gsave
  4733. gsave
  4734. 0.002 setlinewidth
  4735. 0 0.30902 moveto
  4736. 1 0.30902 lineto
  4737. stroke
  4738. grestore
  4739. grestore
  4740. gsave
  4741. gsave
  4742. gsave
  4743. 0.0051 setlinewidth
  4744. 0.97619 0.30902 moveto
  4745. 0.65873 0.30902 lineto
  4746. stroke
  4747. 0.34127 0.30902 moveto
  4748. 0.02381 0.30902 lineto
  4749. stroke
  4750. grestore
  4751. grestore
  4752. gsave
  4753. gsave
  4754. [(X)] 0.97619 0.30902 0 0 Mshowa
  4755. [(X)] 0.65873 0.30902 0 0 Mshowa
  4756. [(O)] 0.34127 0.30902 0 0 Mshowa
  4757. [(O)] 0.02381 0.30902 0 0 Mshowa
  4758. grestore
  4759. grestore
  4760. gsave
  4761. gsave
  4762. 0.0051 setlinewidth
  4763. 0.97619 0.30902 moveto
  4764. 0.91642 0.30902 lineto
  4765. 0.8341 0.30902 lineto
  4766. 0.77493 0.30902 lineto
  4767. 0.76111 0.21689 lineto
  4768. 0.74185 0.16906 lineto
  4769. 0.72244 0.13605 lineto
  4770. 0.70293 0.11046 lineto
  4771. 0.68339 0.08975 lineto
  4772. 0.66387 0.0727 lineto
  4773. 0.64443 0.05859 lineto
  4774. 0.62512 0.04695 lineto
  4775. 0.606 0.03746 lineto
  4776. 0.58712 0.02988 lineto
  4777. 0.56854 0.024 lineto
  4778. 0.5503 0.01968 lineto
  4779. 0.53244 0.01676 lineto
  4780. 0.51501 0.01515 lineto
  4781. 0.49803 0.01472 lineto
  4782. 0.48154 0.01537 lineto
  4783. 0.46556 0.01703 lineto
  4784. 0.45012 0.01959 lineto
  4785. 0.43523 0.02299 lineto
  4786. 0.4209 0.02715 lineto
  4787. 0.40715 0.032 lineto
  4788. 0.39397 0.03747 lineto
  4789. 0.38138 0.04351 lineto
  4790. 0.36936 0.05006 lineto
  4791. 0.35791 0.05706 lineto
  4792. 0.34702 0.06448 lineto
  4793. 0.33668 0.07226 lineto
  4794. 0.32689 0.08038 lineto
  4795. 0.31762 0.08879 lineto
  4796. 0.30886 0.09748 lineto
  4797. 0.30059 0.10641 lineto
  4798. 0.29279 0.11558 lineto
  4799. 0.28545 0.12498 lineto
  4800. 0.27855 0.1346 lineto
  4801. 0.27206 0.14446 lineto
  4802. 0.26598 0.15456 lineto
  4803. 0.26027 0.16494 lineto
  4804. 0.25492 0.17564 lineto
  4805. 0.24992 0.18676 lineto
  4806. 0.24523 0.19839 lineto
  4807. 0.24086 0.21073 lineto
  4808. 0.23677 0.22409 lineto
  4809. 0.23295 0.23907 lineto
  4810. 0.22939 0.25707 lineto
  4811. 0.22607 0.284 lineto
  4812. 0.22507 0.30902 lineto
  4813. Mistroke
  4814. 0.25702 0.30902 lineto
  4815. 0.27268 0.30902 lineto
  4816. 0.2828 0.30902 lineto
  4817. 0.29037 0.30902 lineto
  4818. 0.29592 0.30902 lineto
  4819. Mfstroke
  4820. grestore
  4821. grestore
  4822. gsave
  4823. gsave
  4824. 0.0051 setlinewidth
  4825. 0.65873 0.30902 moveto
  4826. 0.68151 0.30902 lineto
  4827. 0.72624 0.30902 lineto
  4828. 0.77493 0.30902 lineto
  4829. 0.76111 0.40114 lineto
  4830. 0.74185 0.44898 lineto
  4831. 0.72244 0.48198 lineto
  4832. 0.70293 0.50758 lineto
  4833. 0.68339 0.52828 lineto
  4834. 0.66387 0.54533 lineto
  4835. 0.64443 0.55945 lineto
  4836. 0.62512 0.57108 lineto
  4837. 0.606 0.58057 lineto
  4838. 0.58712 0.58816 lineto
  4839. 0.56854 0.59403 lineto
  4840. 0.5503 0.59836 lineto
  4841. 0.53244 0.60127 lineto
  4842. 0.51501 0.60289 lineto
  4843. 0.49803 0.60332 lineto
  4844. 0.48154 0.60266 lineto
  4845. 0.46556 0.60101 lineto
  4846. 0.45012 0.59844 lineto
  4847. 0.43523 0.59504 lineto
  4848. 0.4209 0.59088 lineto
  4849. 0.40715 0.58603 lineto
  4850. 0.39397 0.58056 lineto
  4851. 0.38138 0.57452 lineto
  4852. 0.36936 0.56797 lineto
  4853. 0.35791 0.56097 lineto
  4854. 0.34702 0.55356 lineto
  4855. 0.33668 0.54577 lineto
  4856. 0.32689 0.53766 lineto
  4857. 0.31762 0.52924 lineto
  4858. 0.30886 0.52056 lineto
  4859. 0.30059 0.51162 lineto
  4860. 0.29279 0.50245 lineto
  4861. 0.28545 0.49305 lineto
  4862. 0.27855 0.48343 lineto
  4863. 0.27206 0.47358 lineto
  4864. 0.26598 0.46348 lineto
  4865. 0.26027 0.4531 lineto
  4866. 0.25492 0.44239 lineto
  4867. 0.24992 0.43128 lineto
  4868. 0.24523 0.41965 lineto
  4869. 0.24086 0.40731 lineto
  4870. 0.23677 0.39395 lineto
  4871. 0.23295 0.37897 lineto
  4872. 0.22939 0.36096 lineto
  4873. 0.22607 0.33403 lineto
  4874. 0.22507 0.30902 lineto
  4875. Mistroke
  4876. 0.18892 0.30902 lineto
  4877. 0.16749 0.30902 lineto
  4878. 0.152 0.30902 lineto
  4879. 0.13943 0.30902 lineto
  4880. 0.12963 0.30902 lineto
  4881. Mfstroke
  4882. grestore
  4883. grestore
  4884. grestore
  4885. 0 0 moveto
  4886. 1 0 lineto
  4887. 1 0.61803 lineto
  4888. 0 0.61803 lineto
  4889. closepath
  4890. clip
  4891. newpath
  4892. % End of Graphics
  4893. MathPictureEnd
  4894. :[font = output; output; inactive; preserveAspect; leftWrapOffset = 30; rightWrapOffset = 522; fontLeading = 0; endGroup; endGroup; endGroup; ]
  4895. The Unformatted text for this cell was not generated.
  4896. Use options in the Actions Settings dialog box to control
  4897. when Unformatted text is generated.
  4898. ;[o]
  4899. -Graphics-
  4900. ^*)